Class VeleroBackupConfigFluent<A extends VeleroBackupConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.VeleroBackupConfigFluent<A>
-
- Direct Known Subclasses:
BackupConfigFluent.VeleroNested,VeleroBackupConfigBuilder
public class VeleroBackupConfigFluent<A extends VeleroBackupConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VeleroBackupConfigFluent()VeleroBackupConfigFluent(VeleroBackupConfig 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(VeleroBackupConfig instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()BooleangetEnabled()StringgetNamespace()booleanhasAdditionalProperties()booleanhasEnabled()inthashCode()booleanhasNamespace()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithEnabled()AwithEnabled(Boolean enabled)AwithNamespace(String namespace)
-
-
-
Constructor Detail
-
VeleroBackupConfigFluent
public VeleroBackupConfigFluent()
-
VeleroBackupConfigFluent
public VeleroBackupConfigFluent(VeleroBackupConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(VeleroBackupConfig instance)
-
getEnabled
public Boolean getEnabled()
-
hasEnabled
public boolean hasEnabled()
-
getNamespace
public String getNamespace()
-
hasNamespace
public boolean hasNamespace()
-
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 VeleroBackupConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VeleroBackupConfigFluent<A>>
-
withEnabled
public A withEnabled()
-
-