Class GRPCConnectionStateBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionStateFluentImpl<GRPCConnectionStateBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionStateBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GRPCConnectionState>,io.fabric8.kubernetes.api.builder.Fluent<GRPCConnectionStateBuilder>,io.fabric8.kubernetes.api.builder.Visitable<GRPCConnectionStateBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GRPCConnectionState,GRPCConnectionStateBuilder>,GRPCConnectionStateFluent<GRPCConnectionStateBuilder>
public class GRPCConnectionStateBuilder extends GRPCConnectionStateFluentImpl<GRPCConnectionStateBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GRPCConnectionState,GRPCConnectionStateBuilder>
-
-
Constructor Summary
Constructors Constructor Description GRPCConnectionStateBuilder()GRPCConnectionStateBuilder(GRPCConnectionState instance)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance, Boolean validationEnabled)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, Boolean validationEnabled)GRPCConnectionStateBuilder(GRPCConnectionState instance, Boolean validationEnabled)GRPCConnectionStateBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GRPCConnectionStatebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionStateFluentImpl
getAddress, getLastConnect, getLastObservedState, hasAddress, hasLastConnect, hasLastObservedState, withAddress, withLastConnect, withLastObservedState, withNewAddress, withNewAddress, withNewAddress, withNewLastConnect, withNewLastConnect, withNewLastConnect, withNewLastObservedState, withNewLastObservedState, withNewLastObservedState
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder()
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(Boolean validationEnabled)
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent)
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, Boolean validationEnabled)
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance)
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance, Boolean validationEnabled)
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionState instance)
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionState instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public GRPCConnectionState build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GRPCConnectionState>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classGRPCConnectionStateFluentImpl<GRPCConnectionStateBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGRPCConnectionStateFluentImpl<GRPCConnectionStateBuilder>
-
-