@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1beta1SelfSubjectAccessReviewSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NON_RESOURCE_ATTRIBUTES |
static String |
SERIALIZED_NAME_RESOURCE_ATTRIBUTES |
Constructor and Description |
---|
V1beta1SelfSubjectAccessReviewSpec() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1beta1NonResourceAttributes |
getNonResourceAttributes()
Get nonResourceAttributes
|
V1beta1ResourceAttributes |
getResourceAttributes()
Get resourceAttributes
|
int |
hashCode() |
V1beta1SelfSubjectAccessReviewSpec |
nonResourceAttributes(V1beta1NonResourceAttributes nonResourceAttributes) |
V1beta1SelfSubjectAccessReviewSpec |
resourceAttributes(V1beta1ResourceAttributes resourceAttributes) |
void |
setNonResourceAttributes(V1beta1NonResourceAttributes nonResourceAttributes) |
void |
setResourceAttributes(V1beta1ResourceAttributes resourceAttributes) |
String |
toString() |
public static final String SERIALIZED_NAME_NON_RESOURCE_ATTRIBUTES
public static final String SERIALIZED_NAME_RESOURCE_ATTRIBUTES
public V1beta1SelfSubjectAccessReviewSpec nonResourceAttributes(V1beta1NonResourceAttributes nonResourceAttributes)
@Nullable public V1beta1NonResourceAttributes getNonResourceAttributes()
public void setNonResourceAttributes(V1beta1NonResourceAttributes nonResourceAttributes)
public V1beta1SelfSubjectAccessReviewSpec resourceAttributes(V1beta1ResourceAttributes resourceAttributes)
@Nullable public V1beta1ResourceAttributes getResourceAttributes()
public void setResourceAttributes(V1beta1ResourceAttributes resourceAttributes)
Copyright © 2020. All rights reserved.