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 |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
String |
getLastConnect() |
String |
getLastObservedState() |
Boolean |
hasAddress() |
int |
hashCode() |
Boolean |
hasLastConnect() |
Boolean |
hasLastObservedState() |
A |
withAddress(String address) |
A |
withLastConnect(String lastConnect) |
A |
withLastObservedState(String lastObservedState) |
A |
withNewAddress(String arg0)
Deprecated.
|
A |
withNewLastConnect(String arg0)
Deprecated.
|
A |
withNewLastObservedState(String arg0)
Deprecated.
|
public 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>>@Deprecated public A withNewAddress(String arg0)
withNewAddress 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>>@Deprecated public A withNewLastConnect(String arg0)
withNewLastConnect 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>>@Deprecated public A withNewLastObservedState(String arg0)
withNewLastObservedState in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.