Interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CatalogSourceStatusFluent.ConnectionStateNested<N>
- All Known Implementing Classes:
CatalogSourceStatusFluentImpl.ConnectionStateNestedImpl,GRPCConnectionStateBuilder,GRPCConnectionStateFluentImpl
public interface GRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()StringgetLastConnect()StringgetLastObservedState()BooleanhasAddress()BooleanhasLastConnect()BooleanhasLastObservedState()AwithAddress(String address)AwithLastConnect(String lastConnect)AwithLastObservedState(String lastObservedState)AwithNewAddress(String arg1)AwithNewAddress(StringBuffer arg1)AwithNewAddress(StringBuilder arg1)AwithNewLastConnect(String arg1)AwithNewLastConnect(StringBuffer arg1)AwithNewLastConnect(StringBuilder arg1)AwithNewLastObservedState(String arg1)AwithNewLastObservedState(StringBuffer arg1)AwithNewLastObservedState(StringBuilder arg1)
-
-
-
Method Detail
-
getAddress
String getAddress()
-
hasAddress
Boolean hasAddress()
-
withNewAddress
A withNewAddress(StringBuilder arg1)
-
withNewAddress
A withNewAddress(StringBuffer arg1)
-
getLastConnect
String getLastConnect()
-
hasLastConnect
Boolean hasLastConnect()
-
withNewLastConnect
A withNewLastConnect(StringBuilder arg1)
-
withNewLastConnect
A withNewLastConnect(StringBuffer arg1)
-
getLastObservedState
String getLastObservedState()
-
hasLastObservedState
Boolean hasLastObservedState()
-
withNewLastObservedState
A withNewLastObservedState(StringBuilder arg1)
-
withNewLastObservedState
A withNewLastObservedState(StringBuffer arg1)
-
-