Package net.stickycode.kuuty.model.v18
Class IoK8sApimachineryPkgApisMetaV1APIGroupList
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApimachineryPkgApisMetaV1APIGroupList
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApimachineryPkgApisMetaV1APIGroupList extends Object
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_VERSIONstatic StringJSON_PROPERTY_GROUPSstatic StringJSON_PROPERTY_KIND
-
Constructor Summary
Constructors Constructor Description IoK8sApimachineryPkgApisMetaV1APIGroupList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApimachineryPkgApisMetaV1APIGroupListaddGroupsItem(IoK8sApimachineryPkgApisMetaV1APIGroup groupsItem)IoK8sApimachineryPkgApisMetaV1APIGroupListapiVersion(String apiVersion)booleanequals(Object o)StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<IoK8sApimachineryPkgApisMetaV1APIGroup>getGroups()groups is a list of APIGroup.StringgetKind()Kind is a string value representing the REST resource this object represents.IoK8sApimachineryPkgApisMetaV1APIGroupListgroups(List<IoK8sApimachineryPkgApisMetaV1APIGroup> groups)inthashCode()IoK8sApimachineryPkgApisMetaV1APIGroupListkind(String kind)voidsetApiVersion(String apiVersion)voidsetGroups(List<IoK8sApimachineryPkgApisMetaV1APIGroup> groups)voidsetKind(String kind)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_API_VERSION
public static final String JSON_PROPERTY_API_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_GROUPS
public static final String JSON_PROPERTY_GROUPS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_KIND
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiVersion
public IoK8sApimachineryPkgApisMetaV1APIGroupList apiVersion(String apiVersion)
-
getApiVersion
@Nullable public String getApiVersion()
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- apiVersion
-
setApiVersion
public void setApiVersion(String apiVersion)
-
groups
public IoK8sApimachineryPkgApisMetaV1APIGroupList groups(List<IoK8sApimachineryPkgApisMetaV1APIGroup> groups)
-
addGroupsItem
public IoK8sApimachineryPkgApisMetaV1APIGroupList addGroupsItem(IoK8sApimachineryPkgApisMetaV1APIGroup groupsItem)
-
getGroups
public List<IoK8sApimachineryPkgApisMetaV1APIGroup> getGroups()
groups is a list of APIGroup.- Returns:
- groups
-
setGroups
public void setGroups(List<IoK8sApimachineryPkgApisMetaV1APIGroup> groups)
-
kind
public IoK8sApimachineryPkgApisMetaV1APIGroupList kind(String kind)
-
getKind
@Nullable public String getKind()
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- kind
-
setKind
public void setKind(String kind)
-
-