Package kubevirt.io
Class V1APIGroupList
java.lang.Object
kubevirt.io.V1APIGroupList
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1APIGroupList
extends Object
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupsItem(V1APIGroup groupsItem) apiVersion(String apiVersion) booleanAPIVersion defines the versioned schema of this representation of an object.groups is a list of APIGroup.getKind()Kind is a string value representing the REST resource this object represents.groups(List<V1APIGroup> groups) inthashCode()voidsetApiVersion(String apiVersion) voidsetGroups(List<V1APIGroup> groups) voidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
apiVersion
-
groups
-
kind
-
-
Constructor Details
-
V1APIGroupList
public V1APIGroupList()
-
-
Method Details
-
apiVersion
-
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/api-conventions.md#resources- Returns:
- apiVersion
-
setApiVersion
-
groups
-
addGroupsItem
-
getGroups
groups is a list of APIGroup.- Returns:
- groups
-
setGroups
-
kind
-
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/api-conventions.md#types-kinds- Returns:
- kind
-
setKind
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-