public class GRPCConnectionStateFluentImpl<A extends GRPCConnectionStateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GRPCConnectionStateFluent<A>
| Constructor and Description |
|---|
GRPCConnectionStateFluentImpl() |
GRPCConnectionStateFluentImpl(GRPCConnectionState 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 |
getAddress() |
String |
getLastConnect() |
String |
getLastObservedState() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAddress() |
int |
hashCode() |
Boolean |
hasLastConnect() |
Boolean |
hasLastObservedState() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAddress(String address) |
A |
withLastConnect(String lastConnect) |
A |
withLastObservedState(String lastObservedState) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GRPCConnectionStateFluentImpl()
public GRPCConnectionStateFluentImpl(GRPCConnectionState instance)
public String getAddress()
getAddress in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withAddress(String address)
withAddress in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public Boolean hasAddress()
hasAddress in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public String getLastConnect()
getLastConnect in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withLastConnect(String lastConnect)
withLastConnect in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public Boolean hasLastConnect()
hasLastConnect in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public String getLastObservedState()
getLastObservedState in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withLastObservedState(String lastObservedState)
withLastObservedState in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public Boolean hasLastObservedState()
hasLastObservedState in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GRPCConnectionStateFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GRPCConnectionStateFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.