Class MockRecordValueWithVariables
java.lang.Object
io.camunda.zeebe.test.exporter.record.ExporterMappedObject
io.camunda.zeebe.test.exporter.record.MockRecordValue
io.camunda.zeebe.test.exporter.record.MockRecordValueWithVariables
- All Implemented Interfaces:
JsonSerializable,RecordValue,RecordValueWithVariables
@Deprecated(since="1.3.0",
forRemoval=true)
public class MockRecordValueWithVariables
extends MockRecordValue
implements RecordValueWithVariables
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.0. See issue 8143 for more information.
-
Field Summary
Fields inherited from class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
OBJECT_MAPPER -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.MockRecordValueWithVariables(Map<String, Object> variables) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.setVariables(Map<String, Object> variables) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
setJson, setJson, toJsonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Constructor Details
-
MockRecordValueWithVariables
public MockRecordValueWithVariables()Deprecated, for removal: This API element is subject to removal in a future version. -
MockRecordValueWithVariables
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getVariables
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getVariablesin interfaceRecordValueWithVariables
-
setVariables
Deprecated, for removal: This API element is subject to removal in a future version.
-