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 |
|---|---|
boolean |
equals(Object o) |
String |
getCreatedAt() |
String |
getPort() |
String |
getProtocol() |
String |
getServiceName() |
String |
getServiceNamespace() |
Boolean |
hasCreatedAt() |
int |
hashCode() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
Boolean |
hasServiceName() |
Boolean |
hasServiceNamespace() |
A |
withCreatedAt(String createdAt) |
A |
withNewCreatedAt(String arg0)
Deprecated.
|
A |
withNewPort(String arg0)
Deprecated.
|
A |
withNewProtocol(String arg0)
Deprecated.
|
A |
withNewServiceName(String arg0)
Deprecated.
|
A |
withNewServiceNamespace(String arg0)
Deprecated.
|
A |
withPort(String port) |
A |
withProtocol(String protocol) |
A |
withServiceName(String serviceName) |
A |
withServiceNamespace(String serviceNamespace) |
public 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>>@Deprecated public A withNewCreatedAt(String arg0)
withNewCreatedAt 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>>@Deprecated public A withNewPort(String arg0)
withNewPort 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>>@Deprecated public A withNewProtocol(String arg0)
withNewProtocol 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>>@Deprecated public A withNewServiceName(String arg0)
withNewServiceName 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>>@Deprecated public A withNewServiceNamespace(String arg0)
withNewServiceNamespace in interface RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.