Class SubjectVersion
java.lang.Object
io.confluent.kafka.schemaregistry.client.rest.entities.SubjectVersion
- All Implemented Interfaces:
Comparable<SubjectVersion>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(SubjectVersion that) booleaninthashCode()voidsetSubject(String subject) voidsetVersion(Integer version) toString()
-
Constructor Details
-
SubjectVersion
-
-
Method Details
-
getSubject
-
setSubject
-
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<SubjectVersion>
-