@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class NewSchemaVersion extends Object
Constructor and Description |
---|
NewSchemaVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull String |
getDefinition()
Avro schema definition
|
@NotNull String |
getVersion()
The name to give this version of the schema
|
Boolean |
getVersionenabled()
Set to false if the version of the schema is disabled.
|
@Min(value=1L) Integer |
getVersionid()
Requested unique ID for the version.
|
SchemaState |
getVersionstate() |
int |
hashCode() |
void |
setDefinition(String definition) |
void |
setVersion(String version) |
void |
setVersionenabled(Boolean versionenabled) |
void |
setVersionid(Integer versionid) |
void |
setVersionstate(SchemaState versionstate) |
String |
toString() |
@NotNull public @NotNull String getVersion()
public void setVersion(String version)
@NotNull public @NotNull String getDefinition()
public void setDefinition(String definition)
@Min(value=1L) public @Min(value=1L) Integer getVersionid()
public void setVersionid(Integer versionid)
public SchemaState getVersionstate()
public void setVersionstate(SchemaState versionstate)
public Boolean getVersionenabled()
public void setVersionenabled(Boolean versionenabled)
Copyright © 2020 Red Hat. All rights reserved.