public class SubjectAccessReviewStatusFluent<A extends SubjectAccessReviewStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
SubjectAccessReviewStatusFluent() |
SubjectAccessReviewStatusFluent(SubjectAccessReviewStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAllowed() |
Boolean |
getDenied() |
String |
getEvaluationError() |
String |
getReason() |
boolean |
hasAdditionalProperties() |
boolean |
hasAllowed() |
boolean |
hasDenied() |
boolean |
hasEvaluationError() |
int |
hashCode() |
boolean |
hasReason() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAllowed() |
A |
withAllowed(Boolean allowed) |
A |
withDenied() |
A |
withDenied(Boolean denied) |
A |
withEvaluationError(String evaluationError) |
A |
withReason(String reason) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SubjectAccessReviewStatusFluent()
public SubjectAccessReviewStatusFluent(SubjectAccessReviewStatus instance)
public Boolean getAllowed()
public boolean hasAllowed()
public Boolean getDenied()
public boolean hasDenied()
public String getEvaluationError()
public boolean hasEvaluationError()
public String getReason()
public boolean hasReason()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SubjectAccessReviewStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SubjectAccessReviewStatusFluent<A>>public A withAllowed()
public A withDenied()
Copyright © 2015–2023 Red Hat. All rights reserved.