Class MockRecordMetadata

java.lang.Object
io.camunda.zeebe.test.exporter.record.ExporterMappedObject
io.camunda.zeebe.test.exporter.record.MockRecordMetadata
All Implemented Interfaces:
Cloneable

@Deprecated(since="1.3.0", forRemoval=true) public class MockRecordMetadata extends ExporterMappedObject implements Cloneable
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.0. See issue 8143 for more information.
  • Constructor Details

    • MockRecordMetadata

      public MockRecordMetadata()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MockRecordMetadata

      public MockRecordMetadata(Intent intent, int partitionId, RecordType recordType, RejectionType rejectionType, String rejectionReason, ValueType valueType)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getIntent

      public Intent getIntent()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setIntent

      public MockRecordMetadata setIntent(Intent intent)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPartitionId

      public int getPartitionId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPartitionId

      public MockRecordMetadata setPartitionId(int partitionId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRecordType

      public RecordType getRecordType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRecordType

      public MockRecordMetadata setRecordType(RecordType recordType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRejectionType

      public RejectionType getRejectionType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRejectionType

      public MockRecordMetadata setRejectionType(RejectionType rejectionType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRejectionReason

      public String getRejectionReason()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRejectionReason

      public MockRecordMetadata setRejectionReason(String rejectionReason)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getValueType

      public ValueType getValueType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setValueType

      public MockRecordMetadata setValueType(ValueType valueType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBrokerVersion

      public String getBrokerVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBrokerVersion

      public void setBrokerVersion(String brokerVersion)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • clone

      public Object clone()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object