public class SubjectAccessReviewResponseFluent<A extends SubjectAccessReviewResponseFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
SubjectAccessReviewResponseFluent() |
SubjectAccessReviewResponseFluent(SubjectAccessReviewResponse 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() |
String |
getApiVersion() |
String |
getEvaluationError() |
String |
getKind() |
String |
getNamespace() |
String |
getReason() |
boolean |
hasAdditionalProperties() |
boolean |
hasAllowed() |
boolean |
hasApiVersion() |
boolean |
hasEvaluationError() |
int |
hashCode() |
boolean |
hasKind() |
boolean |
hasNamespace() |
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 |
withApiVersion(String apiVersion) |
A |
withEvaluationError(String evaluationError) |
A |
withKind(String kind) |
A |
withNamespace(String namespace) |
A |
withReason(String reason) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SubjectAccessReviewResponseFluent()
public SubjectAccessReviewResponseFluent(SubjectAccessReviewResponse instance)
public Boolean getAllowed()
public boolean hasAllowed()
public String getApiVersion()
public boolean hasApiVersion()
public String getEvaluationError()
public boolean hasEvaluationError()
public String getKind()
public boolean hasKind()
public String getNamespace()
public boolean hasNamespace()
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 SubjectAccessReviewResponseFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SubjectAccessReviewResponseFluent<A>>public A withAllowed()
Copyright © 2015–2023 Red Hat. All rights reserved.