Class InsightsDataGatherSpecFluent<A extends InsightsDataGatherSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherSpecFluent<A>
-
- Direct Known Subclasses:
InsightsDataGatherFluent.SpecNested,InsightsDataGatherSpecBuilder
public class InsightsDataGatherSpecFluent<A extends InsightsDataGatherSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInsightsDataGatherSpecFluent.GatherConfigNested<N>
-
Constructor Summary
Constructors Constructor Description InsightsDataGatherSpecFluent()InsightsDataGatherSpecFluent(InsightsDataGatherSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
InsightsDataGatherSpecFluent
public InsightsDataGatherSpecFluent()
-
InsightsDataGatherSpecFluent
public InsightsDataGatherSpecFluent(InsightsDataGatherSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(InsightsDataGatherSpec instance)
-
buildGatherConfig
public GatherConfig buildGatherConfig()
-
withGatherConfig
public A withGatherConfig(GatherConfig gatherConfig)
-
hasGatherConfig
public boolean hasGatherConfig()
-
withNewGatherConfig
public InsightsDataGatherSpecFluent.GatherConfigNested<A> withNewGatherConfig()
-
withNewGatherConfigLike
public InsightsDataGatherSpecFluent.GatherConfigNested<A> withNewGatherConfigLike(GatherConfig item)
-
editGatherConfig
public InsightsDataGatherSpecFluent.GatherConfigNested<A> editGatherConfig()
-
editOrNewGatherConfig
public InsightsDataGatherSpecFluent.GatherConfigNested<A> editOrNewGatherConfig()
-
editOrNewGatherConfigLike
public InsightsDataGatherSpecFluent.GatherConfigNested<A> editOrNewGatherConfigLike(GatherConfig item)
-
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 InsightsDataGatherSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InsightsDataGatherSpecFluent<A>>
-
-