public class HubSourceStatusFluentImpl<A extends HubSourceStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HubSourceStatusFluent<A>
| Constructor and Description |
|---|
HubSourceStatusFluentImpl() |
HubSourceStatusFluentImpl(HubSourceStatus 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 |
getDisabled() |
String |
getMessage() |
String |
getName() |
String |
getStatus() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDisabled() |
int |
hashCode() |
Boolean |
hasMessage() |
Boolean |
hasName() |
Boolean |
hasStatus() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDisabled(Boolean disabled) |
A |
withMessage(String message) |
A |
withName(String name) |
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewStatus(String arg0)
Deprecated.
|
A |
withStatus(String status) |
public HubSourceStatusFluentImpl()
public HubSourceStatusFluentImpl(HubSourceStatus instance)
public Boolean getDisabled()
getDisabled in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public A withDisabled(Boolean disabled)
withDisabled in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public Boolean hasDisabled()
hasDisabled in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public String getMessage()
getMessage in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public A withMessage(String message)
withMessage in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public Boolean hasMessage()
hasMessage in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public String getName()
getName in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public A withName(String name)
withName in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public Boolean hasName()
hasName in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public String getStatus()
getStatus in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public A withStatus(String status)
withStatus in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public Boolean hasStatus()
hasStatus in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>@Deprecated public A withNewStatus(String arg0)
withNewStatus in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HubSourceStatusFluent<A extends HubSourceStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.