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 boolean
equals(Object o)
@NotNull List<SchemaVersion>
getVersions()
int
hashCode()
void
setVersions(List<SchemaVersion> versions)
String
toString()
-
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:
equals
in classSchemaSummary
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSchemaSummary
-
toString
public String toString()
- Overrides:
toString
in classSchemaSummary
-
-