@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class FlowcontrolV1beta1Subject extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_GROUP |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_SERVICE_ACCOUNT |
static String |
SERIALIZED_NAME_USER |
Constructor and Description |
---|
FlowcontrolV1beta1Subject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1beta1GroupSubject |
getGroup()
Get group
|
String |
getKind()
Required
|
V1beta1ServiceAccountSubject |
getServiceAccount()
Get serviceAccount
|
V1beta1UserSubject |
getUser()
Get user
|
FlowcontrolV1beta1Subject |
group(V1beta1GroupSubject group) |
int |
hashCode() |
FlowcontrolV1beta1Subject |
kind(String kind) |
FlowcontrolV1beta1Subject |
serviceAccount(V1beta1ServiceAccountSubject serviceAccount) |
void |
setGroup(V1beta1GroupSubject group) |
void |
setKind(String kind) |
void |
setServiceAccount(V1beta1ServiceAccountSubject serviceAccount) |
void |
setUser(V1beta1UserSubject user) |
String |
toString() |
FlowcontrolV1beta1Subject |
user(V1beta1UserSubject user) |
public static final String SERIALIZED_NAME_GROUP
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_SERVICE_ACCOUNT
public static final String SERIALIZED_NAME_USER
public FlowcontrolV1beta1Subject group(V1beta1GroupSubject group)
@Nullable public V1beta1GroupSubject getGroup()
public void setGroup(V1beta1GroupSubject group)
public FlowcontrolV1beta1Subject kind(String kind)
public String getKind()
public void setKind(String kind)
public FlowcontrolV1beta1Subject serviceAccount(V1beta1ServiceAccountSubject serviceAccount)
@Nullable public V1beta1ServiceAccountSubject getServiceAccount()
public void setServiceAccount(V1beta1ServiceAccountSubject serviceAccount)
public FlowcontrolV1beta1Subject user(V1beta1UserSubject user)
@Nullable public V1beta1UserSubject getUser()
public void setUser(V1beta1UserSubject user)
Copyright © 2021. All rights reserved.