Class CheckpointSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.CheckpointSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<CheckpointSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class CheckpointSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<CheckpointSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckpointSpec()No args constructor for use in serializationCheckpointSpec(String lastBackupChecksum, BackupReference lastBackupRef, String lastBackupTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckpointSpecBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastBackupChecksum()LastBackupChecksum is the checksum of all Hive objects in the namespace at the time of the last backup.BackupReferencegetLastBackupRef()CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.StringgetLastBackupTime()CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastBackupChecksum(String lastBackupChecksum)LastBackupChecksum is the checksum of all Hive objects in the namespace at the time of the last backup.voidsetLastBackupRef(BackupReference lastBackupRef)CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.voidsetLastBackupTime(String lastBackupTime)CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.CheckpointSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
CheckpointSpec
public CheckpointSpec()
No args constructor for use in serialization
-
CheckpointSpec
public CheckpointSpec(String lastBackupChecksum, BackupReference lastBackupRef, String lastBackupTime)
-
-
Method Detail
-
getLastBackupChecksum
public String getLastBackupChecksum()
LastBackupChecksum is the checksum of all Hive objects in the namespace at the time of the last backup.
-
setLastBackupChecksum
public void setLastBackupChecksum(String lastBackupChecksum)
LastBackupChecksum is the checksum of all Hive objects in the namespace at the time of the last backup.
-
getLastBackupRef
public BackupReference getLastBackupRef()
CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
-
setLastBackupRef
public void setLastBackupRef(BackupReference lastBackupRef)
CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
-
getLastBackupTime
public String getLastBackupTime()
CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
-
setLastBackupTime
public void setLastBackupTime(String lastBackupTime)
CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
-
edit
public CheckpointSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<CheckpointSpecBuilder>
-
toBuilder
public CheckpointSpecBuilder toBuilder()
-
-