Class RegisterSchemaResponse
java.lang.Object
io.confluent.kafka.schemaregistry.client.rest.entities.requests.RegisterSchemaResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleanstatic RegisterSchemaResponsegetGuid()intgetId()inthashCode()voidsetDeleted(Boolean deleted) voidvoidsetId(int id) voidsetMetadata(Metadata metadata) voidsetReferences(List<SchemaReference> references) voidsetRuleSet(RuleSet ruleSet) voidvoidsetSchemaType(String schemaType) voidsetTimestamp(Long timestamp) voidsetVersion(Integer version) toJson()toString()
-
Constructor Details
-
RegisterSchemaResponse
public RegisterSchemaResponse() -
RegisterSchemaResponse
public RegisterSchemaResponse(int id) -
RegisterSchemaResponse
-
-
Method Details
-
copy
-
fromJson
- Throws:
IOException
-
getId
public int getId() -
setId
public void setId(int id) -
getVersion
-
setVersion
-
getGuid
-
setGuid
-
getSchemaType
-
setSchemaType
-
getReferences
-
setReferences
-
getMetadata
-
setMetadata
-
getRuleSet
-
setRuleSet
-
getSchema
-
setSchema
-
getTimestamp
-
setTimestamp
-
getDeleted
-
setDeleted
-
equals
-
hashCode
public int hashCode() -
toString
-
toJson
- Throws:
IOException
-