public class DependentStatusFluentImpl<A extends DependentStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DependentStatusFluent<A>
| Constructor and Description |
|---|
DependentStatusFluentImpl() |
DependentStatusFluentImpl(DependentStatus 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 |
getGroup() |
String |
getKind() |
String |
getMessage() |
String |
getStatus() |
String |
getUuid() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMessage() |
Boolean |
hasStatus() |
Boolean |
hasUuid() |
Boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withMessage(String message) |
A |
withStatus(String status) |
A |
withUuid(String uuid) |
A |
withVersion(String version) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DependentStatusFluentImpl()
public DependentStatusFluentImpl(DependentStatus instance)
public String getGroup()
getGroup in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withGroup(String group)
withGroup in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasGroup()
hasGroup in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getKind()
getKind in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withKind(String kind)
withKind in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasKind()
hasKind in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getMessage()
getMessage in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withMessage(String message)
withMessage in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasMessage()
hasMessage in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getStatus()
getStatus in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withStatus(String status)
withStatus in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasStatus()
hasStatus in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getUuid()
getUuid in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withUuid(String uuid)
withUuid in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasUuid()
hasUuid in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getVersion()
getVersion in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withVersion(String version)
withVersion in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasVersion()
hasVersion in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DependentStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DependentStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.