@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1SubjectAccessReviewStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ALLOWED |
static String |
SERIALIZED_NAME_DENIED |
static String |
SERIALIZED_NAME_EVALUATION_ERROR |
static String |
SERIALIZED_NAME_REASON |
Constructor and Description |
---|
V1SubjectAccessReviewStatus() |
Modifier and Type | Method and Description |
---|---|
V1SubjectAccessReviewStatus |
allowed(Boolean allowed) |
V1SubjectAccessReviewStatus |
denied(Boolean denied) |
boolean |
equals(Object o) |
V1SubjectAccessReviewStatus |
evaluationError(String evaluationError) |
Boolean |
getAllowed()
Allowed is required.
|
Boolean |
getDenied()
Denied is optional.
|
String |
getEvaluationError()
EvaluationError is an indication that some error occurred during the authorization check.
|
String |
getReason()
Reason is optional.
|
int |
hashCode() |
V1SubjectAccessReviewStatus |
reason(String reason) |
void |
setAllowed(Boolean allowed) |
void |
setDenied(Boolean denied) |
void |
setEvaluationError(String evaluationError) |
void |
setReason(String reason) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLOWED
public static final String SERIALIZED_NAME_DENIED
public static final String SERIALIZED_NAME_EVALUATION_ERROR
public static final String SERIALIZED_NAME_REASON
public V1SubjectAccessReviewStatus allowed(Boolean allowed)
public Boolean getAllowed()
public void setAllowed(Boolean allowed)
public V1SubjectAccessReviewStatus denied(Boolean denied)
@Nullable public Boolean getDenied()
public void setDenied(Boolean denied)
public V1SubjectAccessReviewStatus evaluationError(String evaluationError)
@Nullable public String getEvaluationError()
public void setEvaluationError(String evaluationError)
public V1SubjectAccessReviewStatus reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
Copyright © 2021. All rights reserved.