@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1RoleRef extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_GROUP |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_NAME |
Constructor and Description |
---|
V1RoleRef() |
Modifier and Type | Method and Description |
---|---|
V1RoleRef |
apiGroup(String apiGroup) |
boolean |
equals(Object o) |
String |
getApiGroup()
APIGroup is the group for the resource being referenced
|
String |
getKind()
Kind is the type of resource being referenced
|
String |
getName()
Name is the name of resource being referenced
|
int |
hashCode() |
V1RoleRef |
kind(String kind) |
V1RoleRef |
name(String name) |
void |
setApiGroup(String apiGroup) |
void |
setKind(String kind) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_API_GROUP
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_NAME
public String getApiGroup()
public void setApiGroup(String apiGroup)
public String getKind()
public void setKind(String kind)
public String getName()
public void setName(String name)
Copyright © 2020. All rights reserved.