public interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCreatedAt() |
String |
getPort() |
String |
getProtocol() |
String |
getServiceName() |
String |
getServiceNamespace() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCreatedAt() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
Boolean |
hasServiceName() |
Boolean |
hasServiceNamespace() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<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) |
String getCreatedAt()
Boolean hasCreatedAt()
String getPort()
Boolean hasPort()
String getProtocol()
Boolean hasProtocol()
String getServiceName()
Boolean hasServiceName()
String getServiceNamespace()
Boolean hasServiceNamespace()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.