Class DeleteSubjectValue
java.lang.Object
io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
io.confluent.kafka.schemaregistry.storage.SubjectValue
io.confluent.kafka.schemaregistry.storage.DeleteSubjectValue
-
Field Summary
Fields inherited from class io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
offset, timestamp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetVersion(Integer version) toKey()toString()Methods inherited from class io.confluent.kafka.schemaregistry.storage.SubjectValue
getSubject, setSubjectMethods inherited from class io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
getOffset, getTimestamp, setOffset, setTimestamp
-
Constructor Details
-
DeleteSubjectValue
-
-
Method Details
-
getVersion
-
setVersion
-
equals
- Overrides:
equalsin classSubjectValue
-
hashCode
public int hashCode()- Overrides:
hashCodein classSubjectValue
-
toString
-
toKey
- Specified by:
toKeyin classSubjectValue
-