public class RegistryServiceStatusFluentImpl<A extends RegistryServiceStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RegistryServiceStatusFluent<A>
| Constructor and Description |
|---|
RegistryServiceStatusFluentImpl() |
RegistryServiceStatusFluentImpl(RegistryServiceStatus 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 |
getCreatedAt() |
String |
getPort() |
String |
getProtocol() |
String |
getServiceName() |
String |
getServiceNamespace() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCreatedAt() |
int |
hashCode() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
Boolean |
hasServiceName() |
Boolean |
hasServiceNamespace() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCreatedAt(String createdAt) |
A |
withPort(String port) |
A |
withProtocol(String protocol) |
A |
withServiceName(String serviceName) |
A |
withServiceNamespace(String serviceNamespace) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RegistryServiceStatusFluentImpl()
public RegistryServiceStatusFluentImpl(RegistryServiceStatus instance)
public String getCreatedAt()
getCreatedAt in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A withCreatedAt(String createdAt)
withCreatedAt in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public Boolean hasCreatedAt()
hasCreatedAt in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public String getPort()
getPort in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A withPort(String port)
withPort in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public Boolean hasPort()
hasPort in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public String getProtocol()
getProtocol in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A withProtocol(String protocol)
withProtocol in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public Boolean hasProtocol()
hasProtocol in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public String getServiceName()
getServiceName in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A withServiceName(String serviceName)
withServiceName in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public Boolean hasServiceName()
hasServiceName in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public String getServiceNamespace()
getServiceNamespace in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A withServiceNamespace(String serviceNamespace)
withServiceNamespace in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public Boolean hasServiceNamespace()
hasServiceNamespace in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistryServiceStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistryServiceStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.