Class GRPCConnectionStateFluentImpl<A extends GRPCConnectionStateFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionStateFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,GRPCConnectionStateFluent<A>
- Direct Known Subclasses:
CatalogSourceStatusFluentImpl.ConnectionStateNestedImpl,GRPCConnectionStateBuilder
public class GRPCConnectionStateFluentImpl<A extends GRPCConnectionStateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GRPCConnectionStateFluent<A>
-
-
Constructor Summary
Constructors Constructor Description GRPCConnectionStateFluentImpl()GRPCConnectionStateFluentImpl(GRPCConnectionState instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAddress()StringgetLastConnect()StringgetLastObservedState()BooleanhasAddress()inthashCode()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)
-
-
-
Constructor Detail
-
GRPCConnectionStateFluentImpl
public GRPCConnectionStateFluentImpl()
-
GRPCConnectionStateFluentImpl
public GRPCConnectionStateFluentImpl(GRPCConnectionState instance)
-
-
Method Detail
-
getAddress
public String getAddress()
- Specified by:
getAddressin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withAddress
public A withAddress(String address)
- Specified by:
withAddressin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
hasAddress
public Boolean hasAddress()
- Specified by:
hasAddressin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewAddress
public A withNewAddress(String arg1)
- Specified by:
withNewAddressin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewAddress
public A withNewAddress(StringBuilder arg1)
- Specified by:
withNewAddressin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewAddress
public A withNewAddress(StringBuffer arg1)
- Specified by:
withNewAddressin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
getLastConnect
public String getLastConnect()
- Specified by:
getLastConnectin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withLastConnect
public A withLastConnect(String lastConnect)
- Specified by:
withLastConnectin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
hasLastConnect
public Boolean hasLastConnect()
- Specified by:
hasLastConnectin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewLastConnect
public A withNewLastConnect(String arg1)
- Specified by:
withNewLastConnectin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewLastConnect
public A withNewLastConnect(StringBuilder arg1)
- Specified by:
withNewLastConnectin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewLastConnect
public A withNewLastConnect(StringBuffer arg1)
- Specified by:
withNewLastConnectin interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
getLastObservedState
public String getLastObservedState()
- Specified by:
getLastObservedStatein interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withLastObservedState
public A withLastObservedState(String lastObservedState)
- Specified by:
withLastObservedStatein interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
hasLastObservedState
public Boolean hasLastObservedState()
- Specified by:
hasLastObservedStatein interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewLastObservedState
public A withNewLastObservedState(String arg1)
- Specified by:
withNewLastObservedStatein interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewLastObservedState
public A withNewLastObservedState(StringBuilder arg1)
- Specified by:
withNewLastObservedStatein interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
withNewLastObservedState
public A withNewLastObservedState(StringBuffer arg1)
- Specified by:
withNewLastObservedStatein interfaceGRPCConnectionStateFluent<A extends GRPCConnectionStateFluent<A>>
-
-