Class GatherersFluent<A extends GatherersFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.GatherersFluent<A>
-
- Direct Known Subclasses:
GatherConfigFluent.GatherersNested,GatherersBuilder
public class GatherersFluent<A extends GatherersFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGatherersFluent.CustomNested<N>
-
Constructor Summary
Constructors Constructor Description GatherersFluent()GatherersFluent(Gatherers instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)CustombuildCustom()protected voidcopyInstance(Gatherers instance)GatherersFluent.CustomNested<A>editCustom()GatherersFluent.CustomNested<A>editOrNewCustom()GatherersFluent.CustomNested<A>editOrNewCustomLike(Custom item)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetMode()booleanhasAdditionalProperties()booleanhasCustom()inthashCode()booleanhasMode()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithCustom(Custom custom)AwithMode(String mode)GatherersFluent.CustomNested<A>withNewCustom()GatherersFluent.CustomNested<A>withNewCustomLike(Custom item)
-
-
-
Constructor Detail
-
GatherersFluent
public GatherersFluent()
-
GatherersFluent
public GatherersFluent(Gatherers instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Gatherers instance)
-
buildCustom
public Custom buildCustom()
-
hasCustom
public boolean hasCustom()
-
withNewCustom
public GatherersFluent.CustomNested<A> withNewCustom()
-
withNewCustomLike
public GatherersFluent.CustomNested<A> withNewCustomLike(Custom item)
-
editCustom
public GatherersFluent.CustomNested<A> editCustom()
-
editOrNewCustom
public GatherersFluent.CustomNested<A> editOrNewCustom()
-
editOrNewCustomLike
public GatherersFluent.CustomNested<A> editOrNewCustomLike(Custom item)
-
getMode
public String getMode()
-
hasMode
public boolean hasMode()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GatherersFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GatherersFluent<A>>
-
-