Class SchemaInfo
- java.lang.Object
-
- io.apicurio.registry.ibmcompat.model.SchemaSummary
-
- io.apicurio.registry.ibmcompat.model.SchemaInfo
-
@Generated("org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class SchemaInfo extends SchemaSummary
-
-
Constructor Summary
Constructors Constructor Description SchemaInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull List<SchemaVersion>getVersions()inthashCode()voidsetVersions(List<SchemaVersion> versions)StringtoString()-
Methods inherited from class io.apicurio.registry.ibmcompat.model.SchemaSummary
getId, getName, getState, isEnabled, setEnabled, setId, setName, setState, toIndentedString
-
-
-
-
Method Detail
-
getVersions
@NotNull public @NotNull List<SchemaVersion> getVersions()
-
setVersions
public void setVersions(List<SchemaVersion> versions)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSchemaSummary
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSchemaSummary
-
toString
public String toString()
- Overrides:
toStringin classSchemaSummary
-
-