Class SchemaListItem
- java.lang.Object
-
- io.apicurio.registry.ibmcompat.model.SchemaSummary
-
- io.apicurio.registry.ibmcompat.model.SchemaListItem
-
@Generated("org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class SchemaListItem extends SchemaSummary
-
-
Constructor Summary
Constructors Constructor Description SchemaListItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull SchemaVersion
getLatest()
int
hashCode()
void
setLatest(SchemaVersion latest)
String
toString()
-
Methods inherited from class io.apicurio.registry.ibmcompat.model.SchemaSummary
getId, getName, getState, isEnabled, setEnabled, setId, setName, setState, toIndentedString
-
-
-
-
Method Detail
-
getLatest
@NotNull public @NotNull SchemaVersion getLatest()
-
setLatest
public void setLatest(SchemaVersion latest)
-
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
-
-