Class ArbitraryFSAccessThroughSMsConfigFluent<A extends ArbitraryFSAccessThroughSMsConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.ArbitraryFSAccessThroughSMsConfigFluent<A>
-
- Direct Known Subclasses:
ArbitraryFSAccessThroughSMsConfigBuilder,CommonPrometheusFieldsFluent.ArbitraryFSAccessThroughSMsNested,PrometheusAgentSpecFluent.ArbitraryFSAccessThroughSMsNested,PrometheusSpecFluent.ArbitraryFSAccessThroughSMsNested
public class ArbitraryFSAccessThroughSMsConfigFluent<A extends ArbitraryFSAccessThroughSMsConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ArbitraryFSAccessThroughSMsConfigFluent()ArbitraryFSAccessThroughSMsConfigFluent(ArbitraryFSAccessThroughSMsConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(ArbitraryFSAccessThroughSMsConfig instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()BooleangetDeny()booleanhasAdditionalProperties()booleanhasDeny()inthashCode()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithDeny()AwithDeny(Boolean deny)
-
-
-
Constructor Detail
-
ArbitraryFSAccessThroughSMsConfigFluent
public ArbitraryFSAccessThroughSMsConfigFluent()
-
ArbitraryFSAccessThroughSMsConfigFluent
public ArbitraryFSAccessThroughSMsConfigFluent(ArbitraryFSAccessThroughSMsConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ArbitraryFSAccessThroughSMsConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ArbitraryFSAccessThroughSMsConfigFluent<A>>
-
getDeny
public Boolean getDeny()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasDeny
public boolean hasDeny()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ArbitraryFSAccessThroughSMsConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withDeny
public A withDeny()
-
-