Record Class OdysseyFlowRecords.TopicClassification
java.lang.Object
java.lang.Record
io.confluent.kafka.odyssey.OdysseyFlowRecords.TopicClassification
- Enclosing class:
OdysseyFlowRecords
public static record OdysseyFlowRecords.TopicClassification(List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> topicsWithoutOdysseyConfigs, List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> topicsWithOdysseyConfigs, Set<String> topicNamesWithoutOdysseyConfigs)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTopicClassification(List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> topicsWithoutOdysseyConfigs, List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> topicsWithOdysseyConfigs, Set<String> topicNamesWithoutOdysseyConfigs) Creates an instance of aTopicClassificationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thetopicNamesWithoutOdysseyConfigsrecord component.List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> Returns the value of thetopicsWithOdysseyConfigsrecord component.List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> Returns the value of thetopicsWithoutOdysseyConfigsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TopicClassification
public TopicClassification(List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> topicsWithoutOdysseyConfigs, List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> topicsWithOdysseyConfigs, Set<String> topicNamesWithoutOdysseyConfigs) Creates an instance of aTopicClassificationrecord class.- Parameters:
topicsWithoutOdysseyConfigs- the value for thetopicsWithoutOdysseyConfigsrecord componenttopicsWithOdysseyConfigs- the value for thetopicsWithOdysseyConfigsrecord componenttopicNamesWithoutOdysseyConfigs- the value for thetopicNamesWithoutOdysseyConfigsrecord component
-
-
Method Details
-
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). -
topicsWithoutOdysseyConfigs
public List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> topicsWithoutOdysseyConfigs()Returns the value of thetopicsWithoutOdysseyConfigsrecord component.- Returns:
- the value of the
topicsWithoutOdysseyConfigsrecord component
-
topicsWithOdysseyConfigs
public List<org.apache.kafka.common.message.CreateTopicsRequestData.CreatableTopic> topicsWithOdysseyConfigs()Returns the value of thetopicsWithOdysseyConfigsrecord component.- Returns:
- the value of the
topicsWithOdysseyConfigsrecord component
-
topicNamesWithoutOdysseyConfigs
-