Class SubjectAccessReviewStatus
java.lang.Object
io.fabric8.kubernetes.api.model.authorization.SubjectAccessReviewStatus
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class SubjectAccessReviewStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SubjectAccessReviewStatus()No args constructor for use in serializationSubjectAccessReviewStatus(Boolean allowed, Boolean denied, String evaluationError, String reason) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()BooleangetAllowed()BooleangetDenied()StringgetEvaluationError()StringgetReason()voidsetAdditionalProperty(String name, Object value)voidsetAllowed(Boolean allowed)voidsetDenied(Boolean denied)voidsetEvaluationError(String evaluationError)voidsetReason(String reason)
-
Constructor Details
-
SubjectAccessReviewStatus
public SubjectAccessReviewStatus()No args constructor for use in serialization -
SubjectAccessReviewStatus
public SubjectAccessReviewStatus(Boolean allowed, Boolean denied, String evaluationError, String reason)- Parameters:
reason-allowed-evaluationError-denied-
-
-
Method Details
-
getAllowed
- Returns:
- The allowed
-
setAllowed
- Parameters:
allowed- The allowed
-
getDenied
- Returns:
- The denied
-
setDenied
- Parameters:
denied- The denied
-
getEvaluationError
- Returns:
- The evaluationError
-
setEvaluationError
- Parameters:
evaluationError- The evaluationError
-
getReason
- Returns:
- The reason
-
setReason
- Parameters:
reason- The reason
-
getAdditionalProperties
-
setAdditionalProperty
-