@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class Schema extends SchemaSummary
Constructor and Description |
---|
Schema() |
Modifier and Type | Method and 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() |
getId, getName, getState, isEnabled, setEnabled, setId, setName, setState, toIndentedString
@NotNull public @NotNull SchemaVersion getVersion()
public void setVersion(SchemaVersion version)
@NotNull public @NotNull String getDefinition()
public void setDefinition(String definition)
public boolean equals(Object o)
equals
in class SchemaSummary
public int hashCode()
hashCode
in class SchemaSummary
public String toString()
toString
in class SchemaSummary
Copyright © 2020 Red Hat. All rights reserved.