@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class BackupRestoreExecutionWhereInput extends Object
| 构造器和说明 |
|---|
BackupRestoreExecutionWhereInput() |
public static final String SERIALIZED_NAME_BACKUP_RESTORE_POINT
public static final String SERIALIZED_NAME_DURATION_NOT_IN
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS_IN
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS_NOT
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS_NOT_IN
public static final String SERIALIZED_NAME_EXECUTED_AT_GT
public static final String SERIALIZED_NAME_EXECUTED_AT_GTE
public static final String SERIALIZED_NAME_EXECUTED_AT_IN
public static final String SERIALIZED_NAME_EXECUTED_AT_LT
public static final String SERIALIZED_NAME_EXECUTED_AT_LTE
public static final String SERIALIZED_NAME_EXECUTED_AT_NOT
public static final String SERIALIZED_NAME_EXECUTED_AT_NOT_IN
public static final String SERIALIZED_NAME_ID_NOT_CONTAINS
public static final String SERIALIZED_NAME_ID_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_ID_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_ID_STARTS_WITH
public static final String SERIALIZED_NAME_NAME_ENDS_WITH
public static final String SERIALIZED_NAME_NAME_NOT_CONTAINS
public static final String SERIALIZED_NAME_NAME_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_NAME_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_NAME_STARTS_WITH
public static final String SERIALIZED_NAME_READ_BYTES_GTE
public static final String SERIALIZED_NAME_READ_BYTES_LTE
public static final String SERIALIZED_NAME_READ_BYTES_NOT
public static final String SERIALIZED_NAME_READ_BYTES_NOT_IN
public static final String SERIALIZED_NAME_REBUILD_NAME_CONTAINS
public static final String SERIALIZED_NAME_REBUILD_NAME_ENDS_WITH
public static final String SERIALIZED_NAME_REBUILD_NAME_GT
public static final String SERIALIZED_NAME_REBUILD_NAME_GTE
public static final String SERIALIZED_NAME_REBUILD_NAME_IN
public static final String SERIALIZED_NAME_REBUILD_NAME_LT
public static final String SERIALIZED_NAME_REBUILD_NAME_LTE
public static final String SERIALIZED_NAME_REBUILD_NAME_NOT
public static final String SERIALIZED_NAME_REBUILD_NAME_NOT_CONTAINS
public static final String SERIALIZED_NAME_REBUILD_NAME_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_REBUILD_NAME_NOT_IN
public static final String SERIALIZED_NAME_REBUILD_NAME_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_REBUILD_NAME_STARTS_WITH
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_CONTAINS
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_ENDS_WITH
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_GT
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_GTE
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_IN
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_LT
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_LTE
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_NOT
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_NOT_CONTAINS
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_NOT_IN
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_REBUILD_TARGET_CLUSTER_STARTS_WITH
public static final String SERIALIZED_NAME_RETRY_TIMES_GT
public static final String SERIALIZED_NAME_RETRY_TIMES_GTE
public static final String SERIALIZED_NAME_RETRY_TIMES_IN
public static final String SERIALIZED_NAME_RETRY_TIMES_LT
public static final String SERIALIZED_NAME_RETRY_TIMES_LTE
public static final String SERIALIZED_NAME_RETRY_TIMES_NOT
public static final String SERIALIZED_NAME_RETRY_TIMES_NOT_IN
public static final String SERIALIZED_NAME_STARTUP_AFTER_RESTORE
public static final String SERIALIZED_NAME_STARTUP_AFTER_RESTORE_NOT
public static final String SERIALIZED_NAME_TOTAL_BYTES_GT
public static final String SERIALIZED_NAME_TOTAL_BYTES_GTE
public static final String SERIALIZED_NAME_TOTAL_BYTES_IN
public static final String SERIALIZED_NAME_TOTAL_BYTES_LT
public static final String SERIALIZED_NAME_TOTAL_BYTES_LTE
public static final String SERIALIZED_NAME_TOTAL_BYTES_NOT
public BackupRestoreExecutionWhereInput AND(List<BackupRestoreExecutionWhereInput> AND)
public BackupRestoreExecutionWhereInput addANDItem(BackupRestoreExecutionWhereInput ANDItem)
@Nullable public List<BackupRestoreExecutionWhereInput> getAND()
public void setAND(List<BackupRestoreExecutionWhereInput> AND)
public BackupRestoreExecutionWhereInput NOT(List<BackupRestoreExecutionWhereInput> NOT)
public BackupRestoreExecutionWhereInput addNOTItem(BackupRestoreExecutionWhereInput NOTItem)
@Nullable public List<BackupRestoreExecutionWhereInput> getNOT()
public void setNOT(List<BackupRestoreExecutionWhereInput> NOT)
public BackupRestoreExecutionWhereInput OR(List<BackupRestoreExecutionWhereInput> OR)
public BackupRestoreExecutionWhereInput addORItem(BackupRestoreExecutionWhereInput ORItem)
@Nullable public List<BackupRestoreExecutionWhereInput> getOR()
public void setOR(List<BackupRestoreExecutionWhereInput> OR)
public BackupRestoreExecutionWhereInput backupRestorePoint(BackupRestorePointWhereInput backupRestorePoint)
@Nullable public BackupRestorePointWhereInput getBackupRestorePoint()
public void setBackupRestorePoint(BackupRestorePointWhereInput backupRestorePoint)
public BackupRestoreExecutionWhereInput duration(Integer duration)
public void setDuration(Integer duration)
public BackupRestoreExecutionWhereInput durationGt(Integer durationGt)
public void setDurationGt(Integer durationGt)
public BackupRestoreExecutionWhereInput durationGte(Integer durationGte)
public void setDurationGte(Integer durationGte)
public BackupRestoreExecutionWhereInput durationIn(List<Integer> durationIn)
public BackupRestoreExecutionWhereInput addDurationInItem(Integer durationInItem)
public BackupRestoreExecutionWhereInput durationLt(Integer durationLt)
public void setDurationLt(Integer durationLt)
public BackupRestoreExecutionWhereInput durationLte(Integer durationLte)
public void setDurationLte(Integer durationLte)
public BackupRestoreExecutionWhereInput durationNot(Integer durationNot)
public void setDurationNot(Integer durationNot)
public BackupRestoreExecutionWhereInput durationNotIn(List<Integer> durationNotIn)
public BackupRestoreExecutionWhereInput addDurationNotInItem(Integer durationNotInItem)
@Nullable public List<Integer> getDurationNotIn()
public BackupRestoreExecutionWhereInput entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public BackupRestoreExecutionWhereInput entityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public BackupRestoreExecutionWhereInput addEntityAsyncStatusInItem(EntityAsyncStatus entityAsyncStatusInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusIn()
public void setEntityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public BackupRestoreExecutionWhereInput entityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
@Nullable public EntityAsyncStatus getEntityAsyncStatusNot()
public void setEntityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
public BackupRestoreExecutionWhereInput entityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public BackupRestoreExecutionWhereInput addEntityAsyncStatusNotInItem(EntityAsyncStatus entityAsyncStatusNotInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusNotIn()
public void setEntityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public BackupRestoreExecutionWhereInput executedAt(String executedAt)
public void setExecutedAt(String executedAt)
public BackupRestoreExecutionWhereInput executedAtGt(String executedAtGt)
public void setExecutedAtGt(String executedAtGt)
public BackupRestoreExecutionWhereInput executedAtGte(String executedAtGte)
public void setExecutedAtGte(String executedAtGte)
public BackupRestoreExecutionWhereInput executedAtIn(List<String> executedAtIn)
public BackupRestoreExecutionWhereInput addExecutedAtInItem(String executedAtInItem)
public BackupRestoreExecutionWhereInput executedAtLt(String executedAtLt)
public void setExecutedAtLt(String executedAtLt)
public BackupRestoreExecutionWhereInput executedAtLte(String executedAtLte)
public void setExecutedAtLte(String executedAtLte)
public BackupRestoreExecutionWhereInput executedAtNot(String executedAtNot)
public void setExecutedAtNot(String executedAtNot)
public BackupRestoreExecutionWhereInput executedAtNotIn(List<String> executedAtNotIn)
public BackupRestoreExecutionWhereInput addExecutedAtNotInItem(String executedAtNotInItem)
@Nullable public List<String> getExecutedAtNotIn()
public BackupRestoreExecutionWhereInput id(String id)
public void setId(String id)
public BackupRestoreExecutionWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public BackupRestoreExecutionWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public BackupRestoreExecutionWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public BackupRestoreExecutionWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public BackupRestoreExecutionWhereInput idIn(List<String> idIn)
public BackupRestoreExecutionWhereInput addIdInItem(String idInItem)
public BackupRestoreExecutionWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public BackupRestoreExecutionWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public BackupRestoreExecutionWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public BackupRestoreExecutionWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public BackupRestoreExecutionWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public BackupRestoreExecutionWhereInput idNotIn(List<String> idNotIn)
public BackupRestoreExecutionWhereInput addIdNotInItem(String idNotInItem)
public BackupRestoreExecutionWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public BackupRestoreExecutionWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public BackupRestoreExecutionWhereInput mode(BackupRestoreExecutionMode mode)
@Nullable public BackupRestoreExecutionMode getMode()
public void setMode(BackupRestoreExecutionMode mode)
public BackupRestoreExecutionWhereInput modeIn(List<BackupRestoreExecutionMode> modeIn)
public BackupRestoreExecutionWhereInput addModeInItem(BackupRestoreExecutionMode modeInItem)
@Nullable public List<BackupRestoreExecutionMode> getModeIn()
public void setModeIn(List<BackupRestoreExecutionMode> modeIn)
public BackupRestoreExecutionWhereInput modeNot(BackupRestoreExecutionMode modeNot)
@Nullable public BackupRestoreExecutionMode getModeNot()
public void setModeNot(BackupRestoreExecutionMode modeNot)
public BackupRestoreExecutionWhereInput modeNotIn(List<BackupRestoreExecutionMode> modeNotIn)
public BackupRestoreExecutionWhereInput addModeNotInItem(BackupRestoreExecutionMode modeNotInItem)
@Nullable public List<BackupRestoreExecutionMode> getModeNotIn()
public void setModeNotIn(List<BackupRestoreExecutionMode> modeNotIn)
public BackupRestoreExecutionWhereInput name(String name)
public void setName(String name)
public BackupRestoreExecutionWhereInput nameContains(String nameContains)
public void setNameContains(String nameContains)
public BackupRestoreExecutionWhereInput nameEndsWith(String nameEndsWith)
public void setNameEndsWith(String nameEndsWith)
public BackupRestoreExecutionWhereInput nameGt(String nameGt)
public void setNameGt(String nameGt)
public BackupRestoreExecutionWhereInput nameGte(String nameGte)
public void setNameGte(String nameGte)
public BackupRestoreExecutionWhereInput nameIn(List<String> nameIn)
public BackupRestoreExecutionWhereInput addNameInItem(String nameInItem)
public BackupRestoreExecutionWhereInput nameLt(String nameLt)
public void setNameLt(String nameLt)
public BackupRestoreExecutionWhereInput nameLte(String nameLte)
public void setNameLte(String nameLte)
public BackupRestoreExecutionWhereInput nameNot(String nameNot)
public void setNameNot(String nameNot)
public BackupRestoreExecutionWhereInput nameNotContains(String nameNotContains)
@Nullable public String getNameNotContains()
public void setNameNotContains(String nameNotContains)
public BackupRestoreExecutionWhereInput nameNotEndsWith(String nameNotEndsWith)
@Nullable public String getNameNotEndsWith()
public void setNameNotEndsWith(String nameNotEndsWith)
public BackupRestoreExecutionWhereInput nameNotIn(List<String> nameNotIn)
public BackupRestoreExecutionWhereInput addNameNotInItem(String nameNotInItem)
public BackupRestoreExecutionWhereInput nameNotStartsWith(String nameNotStartsWith)
@Nullable public String getNameNotStartsWith()
public void setNameNotStartsWith(String nameNotStartsWith)
public BackupRestoreExecutionWhereInput nameStartsWith(String nameStartsWith)
public void setNameStartsWith(String nameStartsWith)
public BackupRestoreExecutionWhereInput readBytes(Long readBytes)
public void setReadBytes(Long readBytes)
public BackupRestoreExecutionWhereInput readBytesGt(Long readBytesGt)
public void setReadBytesGt(Long readBytesGt)
public BackupRestoreExecutionWhereInput readBytesGte(Long readBytesGte)
public void setReadBytesGte(Long readBytesGte)
public BackupRestoreExecutionWhereInput readBytesIn(List<Long> readBytesIn)
public BackupRestoreExecutionWhereInput addReadBytesInItem(Long readBytesInItem)
public BackupRestoreExecutionWhereInput readBytesLt(Long readBytesLt)
public void setReadBytesLt(Long readBytesLt)
public BackupRestoreExecutionWhereInput readBytesLte(Long readBytesLte)
public void setReadBytesLte(Long readBytesLte)
public BackupRestoreExecutionWhereInput readBytesNot(Long readBytesNot)
public void setReadBytesNot(Long readBytesNot)
public BackupRestoreExecutionWhereInput readBytesNotIn(List<Long> readBytesNotIn)
public BackupRestoreExecutionWhereInput addReadBytesNotInItem(Long readBytesNotInItem)
@Nullable public List<Long> getReadBytesNotIn()
public BackupRestoreExecutionWhereInput rebuildName(String rebuildName)
public void setRebuildName(String rebuildName)
public BackupRestoreExecutionWhereInput rebuildNameContains(String rebuildNameContains)
@Nullable public String getRebuildNameContains()
public void setRebuildNameContains(String rebuildNameContains)
public BackupRestoreExecutionWhereInput rebuildNameEndsWith(String rebuildNameEndsWith)
@Nullable public String getRebuildNameEndsWith()
public void setRebuildNameEndsWith(String rebuildNameEndsWith)
public BackupRestoreExecutionWhereInput rebuildNameGt(String rebuildNameGt)
public void setRebuildNameGt(String rebuildNameGt)
public BackupRestoreExecutionWhereInput rebuildNameGte(String rebuildNameGte)
public void setRebuildNameGte(String rebuildNameGte)
public BackupRestoreExecutionWhereInput rebuildNameIn(List<String> rebuildNameIn)
public BackupRestoreExecutionWhereInput addRebuildNameInItem(String rebuildNameInItem)
@Nullable public List<String> getRebuildNameIn()
public BackupRestoreExecutionWhereInput rebuildNameLt(String rebuildNameLt)
public void setRebuildNameLt(String rebuildNameLt)
public BackupRestoreExecutionWhereInput rebuildNameLte(String rebuildNameLte)
public void setRebuildNameLte(String rebuildNameLte)
public BackupRestoreExecutionWhereInput rebuildNameNot(String rebuildNameNot)
public void setRebuildNameNot(String rebuildNameNot)
public BackupRestoreExecutionWhereInput rebuildNameNotContains(String rebuildNameNotContains)
@Nullable public String getRebuildNameNotContains()
public void setRebuildNameNotContains(String rebuildNameNotContains)
public BackupRestoreExecutionWhereInput rebuildNameNotEndsWith(String rebuildNameNotEndsWith)
@Nullable public String getRebuildNameNotEndsWith()
public void setRebuildNameNotEndsWith(String rebuildNameNotEndsWith)
public BackupRestoreExecutionWhereInput rebuildNameNotIn(List<String> rebuildNameNotIn)
public BackupRestoreExecutionWhereInput addRebuildNameNotInItem(String rebuildNameNotInItem)
@Nullable public List<String> getRebuildNameNotIn()
public BackupRestoreExecutionWhereInput rebuildNameNotStartsWith(String rebuildNameNotStartsWith)
@Nullable public String getRebuildNameNotStartsWith()
public void setRebuildNameNotStartsWith(String rebuildNameNotStartsWith)
public BackupRestoreExecutionWhereInput rebuildNameStartsWith(String rebuildNameStartsWith)
@Nullable public String getRebuildNameStartsWith()
public void setRebuildNameStartsWith(String rebuildNameStartsWith)
public BackupRestoreExecutionWhereInput rebuildTargetCluster(String rebuildTargetCluster)
@Nullable public String getRebuildTargetCluster()
public void setRebuildTargetCluster(String rebuildTargetCluster)
public BackupRestoreExecutionWhereInput rebuildTargetClusterContains(String rebuildTargetClusterContains)
@Nullable public String getRebuildTargetClusterContains()
public void setRebuildTargetClusterContains(String rebuildTargetClusterContains)
public BackupRestoreExecutionWhereInput rebuildTargetClusterEndsWith(String rebuildTargetClusterEndsWith)
@Nullable public String getRebuildTargetClusterEndsWith()
public void setRebuildTargetClusterEndsWith(String rebuildTargetClusterEndsWith)
public BackupRestoreExecutionWhereInput rebuildTargetClusterGt(String rebuildTargetClusterGt)
@Nullable public String getRebuildTargetClusterGt()
public void setRebuildTargetClusterGt(String rebuildTargetClusterGt)
public BackupRestoreExecutionWhereInput rebuildTargetClusterGte(String rebuildTargetClusterGte)
@Nullable public String getRebuildTargetClusterGte()
public void setRebuildTargetClusterGte(String rebuildTargetClusterGte)
public BackupRestoreExecutionWhereInput rebuildTargetClusterIn(List<String> rebuildTargetClusterIn)
public BackupRestoreExecutionWhereInput addRebuildTargetClusterInItem(String rebuildTargetClusterInItem)
@Nullable public List<String> getRebuildTargetClusterIn()
public void setRebuildTargetClusterIn(List<String> rebuildTargetClusterIn)
public BackupRestoreExecutionWhereInput rebuildTargetClusterLt(String rebuildTargetClusterLt)
@Nullable public String getRebuildTargetClusterLt()
public void setRebuildTargetClusterLt(String rebuildTargetClusterLt)
public BackupRestoreExecutionWhereInput rebuildTargetClusterLte(String rebuildTargetClusterLte)
@Nullable public String getRebuildTargetClusterLte()
public void setRebuildTargetClusterLte(String rebuildTargetClusterLte)
public BackupRestoreExecutionWhereInput rebuildTargetClusterNot(String rebuildTargetClusterNot)
@Nullable public String getRebuildTargetClusterNot()
public void setRebuildTargetClusterNot(String rebuildTargetClusterNot)
public BackupRestoreExecutionWhereInput rebuildTargetClusterNotContains(String rebuildTargetClusterNotContains)
@Nullable public String getRebuildTargetClusterNotContains()
public void setRebuildTargetClusterNotContains(String rebuildTargetClusterNotContains)
public BackupRestoreExecutionWhereInput rebuildTargetClusterNotEndsWith(String rebuildTargetClusterNotEndsWith)
@Nullable public String getRebuildTargetClusterNotEndsWith()
public void setRebuildTargetClusterNotEndsWith(String rebuildTargetClusterNotEndsWith)
public BackupRestoreExecutionWhereInput rebuildTargetClusterNotIn(List<String> rebuildTargetClusterNotIn)
public BackupRestoreExecutionWhereInput addRebuildTargetClusterNotInItem(String rebuildTargetClusterNotInItem)
@Nullable public List<String> getRebuildTargetClusterNotIn()
public void setRebuildTargetClusterNotIn(List<String> rebuildTargetClusterNotIn)
public BackupRestoreExecutionWhereInput rebuildTargetClusterNotStartsWith(String rebuildTargetClusterNotStartsWith)
@Nullable public String getRebuildTargetClusterNotStartsWith()
public void setRebuildTargetClusterNotStartsWith(String rebuildTargetClusterNotStartsWith)
public BackupRestoreExecutionWhereInput rebuildTargetClusterStartsWith(String rebuildTargetClusterStartsWith)
@Nullable public String getRebuildTargetClusterStartsWith()
public void setRebuildTargetClusterStartsWith(String rebuildTargetClusterStartsWith)
public BackupRestoreExecutionWhereInput retryTimes(Integer retryTimes)
public void setRetryTimes(Integer retryTimes)
public BackupRestoreExecutionWhereInput retryTimesGt(Integer retryTimesGt)
public void setRetryTimesGt(Integer retryTimesGt)
public BackupRestoreExecutionWhereInput retryTimesGte(Integer retryTimesGte)
public void setRetryTimesGte(Integer retryTimesGte)
public BackupRestoreExecutionWhereInput retryTimesIn(List<Integer> retryTimesIn)
public BackupRestoreExecutionWhereInput addRetryTimesInItem(Integer retryTimesInItem)
public BackupRestoreExecutionWhereInput retryTimesLt(Integer retryTimesLt)
public void setRetryTimesLt(Integer retryTimesLt)
public BackupRestoreExecutionWhereInput retryTimesLte(Integer retryTimesLte)
public void setRetryTimesLte(Integer retryTimesLte)
public BackupRestoreExecutionWhereInput retryTimesNot(Integer retryTimesNot)
public void setRetryTimesNot(Integer retryTimesNot)
public BackupRestoreExecutionWhereInput retryTimesNotIn(List<Integer> retryTimesNotIn)
public BackupRestoreExecutionWhereInput addRetryTimesNotInItem(Integer retryTimesNotInItem)
@Nullable public List<Integer> getRetryTimesNotIn()
public BackupRestoreExecutionWhereInput startupAfterRestore(Boolean startupAfterRestore)
@Nullable public Boolean getStartupAfterRestore()
public void setStartupAfterRestore(Boolean startupAfterRestore)
public BackupRestoreExecutionWhereInput startupAfterRestoreNot(Boolean startupAfterRestoreNot)
@Nullable public Boolean getStartupAfterRestoreNot()
public void setStartupAfterRestoreNot(Boolean startupAfterRestoreNot)
public BackupRestoreExecutionWhereInput status(BackupExecutionStatus status)
@Nullable public BackupExecutionStatus getStatus()
public void setStatus(BackupExecutionStatus status)
public BackupRestoreExecutionWhereInput statusIn(List<BackupExecutionStatus> statusIn)
public BackupRestoreExecutionWhereInput addStatusInItem(BackupExecutionStatus statusInItem)
@Nullable public List<BackupExecutionStatus> getStatusIn()
public void setStatusIn(List<BackupExecutionStatus> statusIn)
public BackupRestoreExecutionWhereInput statusNot(BackupExecutionStatus statusNot)
@Nullable public BackupExecutionStatus getStatusNot()
public void setStatusNot(BackupExecutionStatus statusNot)
public BackupRestoreExecutionWhereInput statusNotIn(List<BackupExecutionStatus> statusNotIn)
public BackupRestoreExecutionWhereInput addStatusNotInItem(BackupExecutionStatus statusNotInItem)
@Nullable public List<BackupExecutionStatus> getStatusNotIn()
public void setStatusNotIn(List<BackupExecutionStatus> statusNotIn)
public BackupRestoreExecutionWhereInput totalBytes(Long totalBytes)
public void setTotalBytes(Long totalBytes)
public BackupRestoreExecutionWhereInput totalBytesGt(Long totalBytesGt)
public void setTotalBytesGt(Long totalBytesGt)
public BackupRestoreExecutionWhereInput totalBytesGte(Long totalBytesGte)
public void setTotalBytesGte(Long totalBytesGte)
public BackupRestoreExecutionWhereInput totalBytesIn(List<Long> totalBytesIn)
public BackupRestoreExecutionWhereInput addTotalBytesInItem(Long totalBytesInItem)
public BackupRestoreExecutionWhereInput totalBytesLt(Long totalBytesLt)
public void setTotalBytesLt(Long totalBytesLt)
public BackupRestoreExecutionWhereInput totalBytesLte(Long totalBytesLte)
public void setTotalBytesLte(Long totalBytesLte)
public BackupRestoreExecutionWhereInput totalBytesNot(Long totalBytesNot)
public void setTotalBytesNot(Long totalBytesNot)
public BackupRestoreExecutionWhereInput totalBytesNotIn(List<Long> totalBytesNotIn)
public BackupRestoreExecutionWhereInput addTotalBytesNotInItem(Long totalBytesNotInItem)
@Nullable public List<Long> getTotalBytesNotIn()
Copyright © 2025. All rights reserved.