Package io.fabric8.openshift.api.model
Class SubjectAccessReviewResponse
java.lang.Object
io.fabric8.openshift.api.model.SubjectAccessReviewResponse
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class SubjectAccessReviewResponse extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SubjectAccessReviewResponse()No args constructor for use in serializationSubjectAccessReviewResponse(Boolean allowed, String apiVersion, String evaluationError, String kind, String namespace, String reason) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()BooleangetAllowed()StringgetApiVersion()(Required)StringgetEvaluationError()StringgetKind()(Required)StringgetNamespace()StringgetReason()voidsetAdditionalProperty(String name, Object value)voidsetAllowed(Boolean allowed)voidsetApiVersion(String apiVersion)(Required)voidsetEvaluationError(String evaluationError)voidsetKind(String kind)(Required)voidsetNamespace(String namespace)voidsetReason(String reason)
-
Constructor Details
-
SubjectAccessReviewResponse
public SubjectAccessReviewResponse()No args constructor for use in serialization -
SubjectAccessReviewResponse
public SubjectAccessReviewResponse(Boolean allowed, String apiVersion, String evaluationError, String kind, String namespace, String reason)- Parameters:
reason-apiVersion-allowed-kind-namespace-evaluationError-
-
-
Method Details
-
getAllowed
- Returns:
- The allowed
-
setAllowed
- Parameters:
allowed- The allowed
-
getApiVersion
(Required)- Returns:
- The apiVersion
-
setApiVersion
(Required)- Parameters:
apiVersion- The apiVersion
-
getEvaluationError
- Returns:
- The evaluationError
-
setEvaluationError
- Parameters:
evaluationError- The evaluationError
-
getKind
(Required)- Returns:
- The kind
-
setKind
(Required)- Parameters:
kind- The kind
-
getNamespace
- Returns:
- The namespace
-
setNamespace
- Parameters:
namespace- The namespace
-
getReason
- Returns:
- The reason
-
setReason
- Parameters:
reason- The reason
-
getAdditionalProperties
-
setAdditionalProperty
-