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() |
Boolean |
hasLastConnect() |
Boolean |
hasLastObservedState() |
A |
withAddress(String address) |
A |
withLastConnect(String lastConnect) |
A |
withLastObservedState(String lastObservedState) |
A |
withNewAddress(String arg1) |
A |
withNewAddress(StringBuffer arg1) |
A |
withNewAddress(StringBuilder arg1) |
A |
withNewLastConnect(String arg1) |
A |
withNewLastConnect(StringBuffer arg1) |
A |
withNewLastConnect(StringBuilder arg1) |
A |
withNewLastObservedState(String arg1) |
A |
withNewLastObservedState(StringBuffer arg1) |
A |
withNewLastObservedState(StringBuilder arg1) |
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>>public A withNewAddress(String arg1)
withNewAddress in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withNewAddress(StringBuilder arg1)
withNewAddress in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withNewAddress(StringBuffer arg1)
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>>public A withNewLastConnect(String arg1)
withNewLastConnect in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withNewLastConnect(StringBuilder arg1)
withNewLastConnect in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withNewLastConnect(StringBuffer arg1)
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>>public A withNewLastObservedState(String arg1)
withNewLastObservedState in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withNewLastObservedState(StringBuilder arg1)
withNewLastObservedState in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>public A withNewLastObservedState(StringBuffer arg1)
withNewLastObservedState in interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.