@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1alpha1ServerStorageVersion extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_SERVER_I_D |
static String |
SERIALIZED_NAME_DECODABLE_VERSIONS |
static String |
SERIALIZED_NAME_ENCODING_VERSION |
Constructor and Description |
---|
V1alpha1ServerStorageVersion() |
Modifier and Type | Method and Description |
---|---|
V1alpha1ServerStorageVersion |
addDecodableVersionsItem(String decodableVersionsItem) |
V1alpha1ServerStorageVersion |
apiServerID(String apiServerID) |
V1alpha1ServerStorageVersion |
decodableVersions(List<String> decodableVersions) |
V1alpha1ServerStorageVersion |
encodingVersion(String encodingVersion) |
boolean |
equals(Object o) |
String |
getApiServerID()
The ID of the reporting API server.
|
List<String> |
getDecodableVersions()
The API server can decode objects encoded in these versions.
|
String |
getEncodingVersion()
The API server encodes the object to this version when persisting it in the backend (e.g.,
etcd).
|
int |
hashCode() |
void |
setApiServerID(String apiServerID) |
void |
setDecodableVersions(List<String> decodableVersions) |
void |
setEncodingVersion(String encodingVersion) |
String |
toString() |
public static final String SERIALIZED_NAME_API_SERVER_I_D
public static final String SERIALIZED_NAME_DECODABLE_VERSIONS
public static final String SERIALIZED_NAME_ENCODING_VERSION
public V1alpha1ServerStorageVersion apiServerID(String apiServerID)
@Nullable public String getApiServerID()
public void setApiServerID(String apiServerID)
public V1alpha1ServerStorageVersion decodableVersions(List<String> decodableVersions)
public V1alpha1ServerStorageVersion addDecodableVersionsItem(String decodableVersionsItem)
@Nullable public List<String> getDecodableVersions()
public V1alpha1ServerStorageVersion encodingVersion(String encodingVersion)
@Nullable public String getEncodingVersion()
public void setEncodingVersion(String encodingVersion)
Copyright © 2021. All rights reserved.