@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1APIVersions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_SERVER_ADDRESS_BY_CLIENT_C_I_D_RS |
static String |
SERIALIZED_NAME_VERSIONS |
Constructor and Description |
---|
V1APIVersions() |
Modifier and Type | Method and Description |
---|---|
V1APIVersions |
addServerAddressByClientCIDRsItem(V1ServerAddressByClientCIDR serverAddressByClientCIDRsItem) |
V1APIVersions |
addVersionsItem(String versionsItem) |
V1APIVersions |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
List<V1ServerAddressByClientCIDR> |
getServerAddressByClientCIDRs()
a map of client CIDR to server address that is serving this group.
|
List<String> |
getVersions()
versions are the api versions that are available.
|
int |
hashCode() |
V1APIVersions |
kind(String kind) |
V1APIVersions |
serverAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setServerAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs) |
void |
setVersions(List<String> versions) |
String |
toString() |
V1APIVersions |
versions(List<String> versions) |
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_SERVER_ADDRESS_BY_CLIENT_C_I_D_RS
public static final String SERIALIZED_NAME_VERSIONS
public V1APIVersions apiVersion(String apiVersion)
@Nullable public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1APIVersions kind(String kind)
@Nullable public String getKind()
public void setKind(String kind)
public V1APIVersions serverAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs)
public V1APIVersions addServerAddressByClientCIDRsItem(V1ServerAddressByClientCIDR serverAddressByClientCIDRsItem)
public List<V1ServerAddressByClientCIDR> getServerAddressByClientCIDRs()
public void setServerAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs)
public V1APIVersions versions(List<String> versions)
public V1APIVersions addVersionsItem(String versionsItem)
public List<String> getVersions()
Copyright © 2020. All rights reserved.