public class NonResourceAttributesFluentImpl<A extends NonResourceAttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NonResourceAttributesFluent<A>
| Constructor and Description |
|---|
NonResourceAttributesFluentImpl() |
NonResourceAttributesFluentImpl(NonResourceAttributes 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() |
String |
getPath() |
String |
getVerb() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasVerb() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withPath(String path) |
A |
withVerb(String verb) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NonResourceAttributesFluentImpl()
public NonResourceAttributesFluentImpl(NonResourceAttributes instance)
public String getPath()
getPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withPath(String path)
withPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public Boolean hasPath()
hasPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public String getVerb()
getVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withVerb(String verb)
withVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public Boolean hasVerb()
hasVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NonResourceAttributesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NonResourceAttributesFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.