Class AssociationCreateOrUpdateInfo
java.lang.Object
io.confluent.kafka.schemaregistry.client.rest.entities.requests.AssociationCreateOrUpdateInfo
-
Constructor Summary
ConstructorsConstructorDescriptionAssociationCreateOrUpdateInfo(String subject, String associationType, LifecyclePolicy lifecycle, Boolean frozen, RegisterSchemaRequest schema, Boolean normalize) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAssociationType(String associationType) voidvoidsetLifecycle(LifecyclePolicy lifecycle) voidsetNormalize(Boolean normalize) voidsetSchema(RegisterSchemaRequest schema) voidsetSubject(String subject) toJson()
-
Constructor Details
-
AssociationCreateOrUpdateInfo
public AssociationCreateOrUpdateInfo(String subject, String associationType, LifecyclePolicy lifecycle, Boolean frozen, RegisterSchemaRequest schema, Boolean normalize)
-
-
Method Details
-
getSubject
-
setSubject
-
getAssociationType
-
setAssociationType
-
getLifecycle
-
setLifecycle
-
getFrozen
-
setFrozen
-
getSchema
-
setSchema
-
getNormalize
-
setNormalize
-
equals
-
hashCode
public int hashCode() -
toJson
- Throws:
IOException
-