@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1APIResourceList extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_GROUP_VERSION |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_RESOURCES |
Constructor and Description |
---|
V1APIResourceList() |
Modifier and Type | Method and Description |
---|---|
V1APIResourceList |
addResourcesItem(V1APIResource resourcesItem) |
V1APIResourceList |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
String |
getGroupVersion()
groupVersion is the group and version this APIResourceList is for.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
List<V1APIResource> |
getResources()
resources contains the name of the resources and if they are namespaced.
|
V1APIResourceList |
groupVersion(String groupVersion) |
int |
hashCode() |
V1APIResourceList |
kind(String kind) |
V1APIResourceList |
resources(List<V1APIResource> resources) |
void |
setApiVersion(String apiVersion) |
void |
setGroupVersion(String groupVersion) |
void |
setKind(String kind) |
void |
setResources(List<V1APIResource> resources) |
String |
toString() |
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_GROUP_VERSION
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_RESOURCES
public V1APIResourceList apiVersion(String apiVersion)
@Nullable public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1APIResourceList groupVersion(String groupVersion)
public String getGroupVersion()
public void setGroupVersion(String groupVersion)
public V1APIResourceList kind(String kind)
@Nullable public String getKind()
public void setKind(String kind)
public V1APIResourceList resources(List<V1APIResource> resources)
public V1APIResourceList addResourcesItem(V1APIResource resourcesItem)
public List<V1APIResource> getResources()
public void setResources(List<V1APIResource> resources)
Copyright © 2020. All rights reserved.