Class Schema
- java.lang.Object
-
- io.apicurio.registry.ibmcompat.model.SchemaSummary
-
- io.apicurio.registry.ibmcompat.model.Schema
-
@Generated("org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class Schema extends SchemaSummary
-
-
Constructor Summary
Constructors Constructor Description Schema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull String
getDefinition()
Avro schema definition@NotNull SchemaVersion
getVersion()
int
hashCode()
void
setDefinition(String definition)
void
setVersion(SchemaVersion version)
String
toString()
-
Methods inherited from class io.apicurio.registry.ibmcompat.model.SchemaSummary
getId, getName, getState, isEnabled, setEnabled, setId, setName, setState, toIndentedString
-
-
-
-
Method Detail
-
getVersion
@NotNull public @NotNull SchemaVersion getVersion()
-
setVersion
public void setVersion(SchemaVersion version)
-
getDefinition
@NotNull public @NotNull String getDefinition()
Avro schema definition
-
setDefinition
public void setDefinition(String definition)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSchemaSummary
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSchemaSummary
-
toString
public String toString()
- Overrides:
toString
in classSchemaSummary
-
-