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 booleanequals(Object o)@NotNull SchemaVersiongetLatest()inthashCode()voidsetLatest(SchemaVersion latest)StringtoString()-
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:
equalsin classSchemaSummary
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSchemaSummary
-
toString
public String toString()
- Overrides:
toStringin classSchemaSummary
-
-