Package net.stickycode.kuuty.model.v18
Class IoK8sApiRbacV1beta1RoleRef
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiRbacV1beta1RoleRef
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiRbacV1beta1RoleRef extends Object
RoleRef contains information that points to the role being used
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_GROUPstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiRbacV1beta1RoleRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiRbacV1beta1RoleRefapiGroup(String apiGroup)booleanequals(Object o)StringgetApiGroup()APIGroup is the group for the resource being referencedStringgetKind()Kind is the type of resource being referencedStringgetName()Name is the name of resource being referencedinthashCode()IoK8sApiRbacV1beta1RoleRefkind(String kind)IoK8sApiRbacV1beta1RoleRefname(String name)voidsetApiGroup(String apiGroup)voidsetKind(String kind)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_API_GROUP
public static final String JSON_PROPERTY_API_GROUP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_KIND
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiGroup
public IoK8sApiRbacV1beta1RoleRef apiGroup(String apiGroup)
-
getApiGroup
public String getApiGroup()
APIGroup is the group for the resource being referenced- Returns:
- apiGroup
-
setApiGroup
public void setApiGroup(String apiGroup)
-
kind
public IoK8sApiRbacV1beta1RoleRef kind(String kind)
-
getKind
public String getKind()
Kind is the type of resource being referenced- Returns:
- kind
-
setKind
public void setKind(String kind)
-
name
public IoK8sApiRbacV1beta1RoleRef name(String name)
-
getName
public String getName()
Name is the name of resource being referenced- Returns:
- name
-
setName
public void setName(String name)
-
-