Record Class OdysseyFlowRecords.AssociationResult
java.lang.Object
java.lang.Record
io.confluent.kafka.odyssey.OdysseyFlowRecords.AssociationResult
- Enclosing class:
OdysseyFlowRecords
public static record OdysseyFlowRecords.AssociationResult(OdysseyFlowRecords.KafkaResult created)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aAssociationResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncreated()Returns the value of thecreatedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.org.apache.kafka.common.message.CreateTopicsResponseDatarequest()final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AssociationResult
Creates an instance of aAssociationResultrecord class.- Parameters:
created- the value for thecreatedrecord component
-
-
Method Details
-
request
-
kafkaResponse
public org.apache.kafka.common.message.CreateTopicsResponseData kafkaResponse() -
validationFailures
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
created
Returns the value of thecreatedrecord component.- Returns:
- the value of the
createdrecord component
-