@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class BackupPlanExecutionWhereInput extends Object
| 构造器和说明 |
|---|
BackupPlanExecutionWhereInput() |
public static final String SERIALIZED_NAME_DELETABLE_FLAG_MARKED
public static final String SERIALIZED_NAME_DELETABLE_FLAG_MARKED_NOT
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_LOCAL_CREATED_AT
public static final String SERIALIZED_NAME_LOCAL_CREATED_AT_GT
public static final String SERIALIZED_NAME_LOCAL_CREATED_AT_GTE
public static final String SERIALIZED_NAME_LOCAL_CREATED_AT_IN
public static final String SERIALIZED_NAME_LOCAL_CREATED_AT_LT
public static final String SERIALIZED_NAME_LOCAL_CREATED_AT_LTE
public static final String SERIALIZED_NAME_LOCAL_CREATED_AT_NOT
public static final String SERIALIZED_NAME_LOCAL_CREATED_AT_NOT_IN
public static final String SERIALIZED_NAME_LOCAL_ID_CONTAINS
public static final String SERIALIZED_NAME_LOCAL_ID_ENDS_WITH
public static final String SERIALIZED_NAME_LOCAL_ID_NOT_CONTAINS
public static final String SERIALIZED_NAME_LOCAL_ID_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_LOCAL_ID_NOT_IN
public static final String SERIALIZED_NAME_LOCAL_ID_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_LOCAL_ID_STARTS_WITH
public static final String SERIALIZED_NAME_SUCCESS_JOB_COUNT
public static final String SERIALIZED_NAME_SUCCESS_JOB_COUNT_GT
public static final String SERIALIZED_NAME_SUCCESS_JOB_COUNT_GTE
public static final String SERIALIZED_NAME_SUCCESS_JOB_COUNT_IN
public static final String SERIALIZED_NAME_SUCCESS_JOB_COUNT_LT
public static final String SERIALIZED_NAME_SUCCESS_JOB_COUNT_LTE
public static final String SERIALIZED_NAME_SUCCESS_JOB_COUNT_NOT
public static final String SERIALIZED_NAME_SUCCESS_JOB_COUNT_NOT_IN
public static final String SERIALIZED_NAME_TOTAL_JOB_COUNT
public static final String SERIALIZED_NAME_TOTAL_JOB_COUNT_GT
public static final String SERIALIZED_NAME_TOTAL_JOB_COUNT_GTE
public static final String SERIALIZED_NAME_TOTAL_JOB_COUNT_IN
public static final String SERIALIZED_NAME_TOTAL_JOB_COUNT_LT
public static final String SERIALIZED_NAME_TOTAL_JOB_COUNT_LTE
public static final String SERIALIZED_NAME_TOTAL_JOB_COUNT_NOT
public static final String SERIALIZED_NAME_TOTAL_JOB_COUNT_NOT_IN
public BackupPlanExecutionWhereInput AND(List<BackupPlanExecutionWhereInput> AND)
public BackupPlanExecutionWhereInput addANDItem(BackupPlanExecutionWhereInput ANDItem)
@Nullable public List<BackupPlanExecutionWhereInput> getAND()
public void setAND(List<BackupPlanExecutionWhereInput> AND)
public BackupPlanExecutionWhereInput NOT(List<BackupPlanExecutionWhereInput> NOT)
public BackupPlanExecutionWhereInput addNOTItem(BackupPlanExecutionWhereInput NOTItem)
@Nullable public List<BackupPlanExecutionWhereInput> getNOT()
public void setNOT(List<BackupPlanExecutionWhereInput> NOT)
public BackupPlanExecutionWhereInput OR(List<BackupPlanExecutionWhereInput> OR)
public BackupPlanExecutionWhereInput addORItem(BackupPlanExecutionWhereInput ORItem)
@Nullable public List<BackupPlanExecutionWhereInput> getOR()
public void setOR(List<BackupPlanExecutionWhereInput> OR)
public BackupPlanExecutionWhereInput backupPlan(BackupPlanWhereInput backupPlan)
@Nullable public BackupPlanWhereInput getBackupPlan()
public void setBackupPlan(BackupPlanWhereInput backupPlan)
public BackupPlanExecutionWhereInput deletableFlagMarked(Boolean deletableFlagMarked)
@Nullable public Boolean getDeletableFlagMarked()
public void setDeletableFlagMarked(Boolean deletableFlagMarked)
public BackupPlanExecutionWhereInput deletableFlagMarkedNot(Boolean deletableFlagMarkedNot)
@Nullable public Boolean getDeletableFlagMarkedNot()
public void setDeletableFlagMarkedNot(Boolean deletableFlagMarkedNot)
public BackupPlanExecutionWhereInput duration(Integer duration)
public void setDuration(Integer duration)
public BackupPlanExecutionWhereInput durationGt(Integer durationGt)
public void setDurationGt(Integer durationGt)
public BackupPlanExecutionWhereInput durationGte(Integer durationGte)
public void setDurationGte(Integer durationGte)
public BackupPlanExecutionWhereInput durationIn(List<Integer> durationIn)
public BackupPlanExecutionWhereInput addDurationInItem(Integer durationInItem)
public BackupPlanExecutionWhereInput durationLt(Integer durationLt)
public void setDurationLt(Integer durationLt)
public BackupPlanExecutionWhereInput durationLte(Integer durationLte)
public void setDurationLte(Integer durationLte)
public BackupPlanExecutionWhereInput durationNot(Integer durationNot)
public void setDurationNot(Integer durationNot)
public BackupPlanExecutionWhereInput durationNotIn(List<Integer> durationNotIn)
public BackupPlanExecutionWhereInput addDurationNotInItem(Integer durationNotInItem)
@Nullable public List<Integer> getDurationNotIn()
public BackupPlanExecutionWhereInput entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public BackupPlanExecutionWhereInput entityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public BackupPlanExecutionWhereInput addEntityAsyncStatusInItem(EntityAsyncStatus entityAsyncStatusInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusIn()
public void setEntityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public BackupPlanExecutionWhereInput entityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
@Nullable public EntityAsyncStatus getEntityAsyncStatusNot()
public void setEntityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
public BackupPlanExecutionWhereInput entityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public BackupPlanExecutionWhereInput addEntityAsyncStatusNotInItem(EntityAsyncStatus entityAsyncStatusNotInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusNotIn()
public void setEntityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public BackupPlanExecutionWhereInput executedAt(String executedAt)
public void setExecutedAt(String executedAt)
public BackupPlanExecutionWhereInput executedAtGt(String executedAtGt)
public void setExecutedAtGt(String executedAtGt)
public BackupPlanExecutionWhereInput executedAtGte(String executedAtGte)
public void setExecutedAtGte(String executedAtGte)
public BackupPlanExecutionWhereInput executedAtIn(List<String> executedAtIn)
public BackupPlanExecutionWhereInput addExecutedAtInItem(String executedAtInItem)
public BackupPlanExecutionWhereInput executedAtLt(String executedAtLt)
public void setExecutedAtLt(String executedAtLt)
public BackupPlanExecutionWhereInput executedAtLte(String executedAtLte)
public void setExecutedAtLte(String executedAtLte)
public BackupPlanExecutionWhereInput executedAtNot(String executedAtNot)
public void setExecutedAtNot(String executedAtNot)
public BackupPlanExecutionWhereInput executedAtNotIn(List<String> executedAtNotIn)
public BackupPlanExecutionWhereInput addExecutedAtNotInItem(String executedAtNotInItem)
@Nullable public List<String> getExecutedAtNotIn()
public BackupPlanExecutionWhereInput id(String id)
public void setId(String id)
public BackupPlanExecutionWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public BackupPlanExecutionWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public BackupPlanExecutionWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public BackupPlanExecutionWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public BackupPlanExecutionWhereInput idIn(List<String> idIn)
public BackupPlanExecutionWhereInput addIdInItem(String idInItem)
public BackupPlanExecutionWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public BackupPlanExecutionWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public BackupPlanExecutionWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public BackupPlanExecutionWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public BackupPlanExecutionWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public BackupPlanExecutionWhereInput idNotIn(List<String> idNotIn)
public BackupPlanExecutionWhereInput addIdNotInItem(String idNotInItem)
public BackupPlanExecutionWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public BackupPlanExecutionWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public BackupPlanExecutionWhereInput localCreatedAt(String localCreatedAt)
public void setLocalCreatedAt(String localCreatedAt)
public BackupPlanExecutionWhereInput localCreatedAtGt(String localCreatedAtGt)
@Nullable public String getLocalCreatedAtGt()
public void setLocalCreatedAtGt(String localCreatedAtGt)
public BackupPlanExecutionWhereInput localCreatedAtGte(String localCreatedAtGte)
@Nullable public String getLocalCreatedAtGte()
public void setLocalCreatedAtGte(String localCreatedAtGte)
public BackupPlanExecutionWhereInput localCreatedAtIn(List<String> localCreatedAtIn)
public BackupPlanExecutionWhereInput addLocalCreatedAtInItem(String localCreatedAtInItem)
@Nullable public List<String> getLocalCreatedAtIn()
public BackupPlanExecutionWhereInput localCreatedAtLt(String localCreatedAtLt)
@Nullable public String getLocalCreatedAtLt()
public void setLocalCreatedAtLt(String localCreatedAtLt)
public BackupPlanExecutionWhereInput localCreatedAtLte(String localCreatedAtLte)
@Nullable public String getLocalCreatedAtLte()
public void setLocalCreatedAtLte(String localCreatedAtLte)
public BackupPlanExecutionWhereInput localCreatedAtNot(String localCreatedAtNot)
@Nullable public String getLocalCreatedAtNot()
public void setLocalCreatedAtNot(String localCreatedAtNot)
public BackupPlanExecutionWhereInput localCreatedAtNotIn(List<String> localCreatedAtNotIn)
public BackupPlanExecutionWhereInput addLocalCreatedAtNotInItem(String localCreatedAtNotInItem)
@Nullable public List<String> getLocalCreatedAtNotIn()
public BackupPlanExecutionWhereInput localId(String localId)
public void setLocalId(String localId)
public BackupPlanExecutionWhereInput localIdContains(String localIdContains)
@Nullable public String getLocalIdContains()
public void setLocalIdContains(String localIdContains)
public BackupPlanExecutionWhereInput localIdEndsWith(String localIdEndsWith)
@Nullable public String getLocalIdEndsWith()
public void setLocalIdEndsWith(String localIdEndsWith)
public BackupPlanExecutionWhereInput localIdGt(String localIdGt)
public void setLocalIdGt(String localIdGt)
public BackupPlanExecutionWhereInput localIdGte(String localIdGte)
public void setLocalIdGte(String localIdGte)
public BackupPlanExecutionWhereInput localIdIn(List<String> localIdIn)
public BackupPlanExecutionWhereInput addLocalIdInItem(String localIdInItem)
public BackupPlanExecutionWhereInput localIdLt(String localIdLt)
public void setLocalIdLt(String localIdLt)
public BackupPlanExecutionWhereInput localIdLte(String localIdLte)
public void setLocalIdLte(String localIdLte)
public BackupPlanExecutionWhereInput localIdNot(String localIdNot)
public void setLocalIdNot(String localIdNot)
public BackupPlanExecutionWhereInput localIdNotContains(String localIdNotContains)
@Nullable public String getLocalIdNotContains()
public void setLocalIdNotContains(String localIdNotContains)
public BackupPlanExecutionWhereInput localIdNotEndsWith(String localIdNotEndsWith)
@Nullable public String getLocalIdNotEndsWith()
public void setLocalIdNotEndsWith(String localIdNotEndsWith)
public BackupPlanExecutionWhereInput localIdNotIn(List<String> localIdNotIn)
public BackupPlanExecutionWhereInput addLocalIdNotInItem(String localIdNotInItem)
public BackupPlanExecutionWhereInput localIdNotStartsWith(String localIdNotStartsWith)
@Nullable public String getLocalIdNotStartsWith()
public void setLocalIdNotStartsWith(String localIdNotStartsWith)
public BackupPlanExecutionWhereInput localIdStartsWith(String localIdStartsWith)
@Nullable public String getLocalIdStartsWith()
public void setLocalIdStartsWith(String localIdStartsWith)
public BackupPlanExecutionWhereInput method(BackupExecutionMethod method)
@Nullable public BackupExecutionMethod getMethod()
public void setMethod(BackupExecutionMethod method)
public BackupPlanExecutionWhereInput methodIn(List<BackupExecutionMethod> methodIn)
public BackupPlanExecutionWhereInput addMethodInItem(BackupExecutionMethod methodInItem)
@Nullable public List<BackupExecutionMethod> getMethodIn()
public void setMethodIn(List<BackupExecutionMethod> methodIn)
public BackupPlanExecutionWhereInput methodNot(BackupExecutionMethod methodNot)
@Nullable public BackupExecutionMethod getMethodNot()
public void setMethodNot(BackupExecutionMethod methodNot)
public BackupPlanExecutionWhereInput methodNotIn(List<BackupExecutionMethod> methodNotIn)
public BackupPlanExecutionWhereInput addMethodNotInItem(BackupExecutionMethod methodNotInItem)
@Nullable public List<BackupExecutionMethod> getMethodNotIn()
public void setMethodNotIn(List<BackupExecutionMethod> methodNotIn)
public BackupPlanExecutionWhereInput state(BackupPlanExecutionState state)
@Nullable public BackupPlanExecutionState getState()
public void setState(BackupPlanExecutionState state)
public BackupPlanExecutionWhereInput stateIn(List<BackupPlanExecutionState> stateIn)
public BackupPlanExecutionWhereInput addStateInItem(BackupPlanExecutionState stateInItem)
@Nullable public List<BackupPlanExecutionState> getStateIn()
public void setStateIn(List<BackupPlanExecutionState> stateIn)
public BackupPlanExecutionWhereInput stateNot(BackupPlanExecutionState stateNot)
@Nullable public BackupPlanExecutionState getStateNot()
public void setStateNot(BackupPlanExecutionState stateNot)
public BackupPlanExecutionWhereInput stateNotIn(List<BackupPlanExecutionState> stateNotIn)
public BackupPlanExecutionWhereInput addStateNotInItem(BackupPlanExecutionState stateNotInItem)
@Nullable public List<BackupPlanExecutionState> getStateNotIn()
public void setStateNotIn(List<BackupPlanExecutionState> stateNotIn)
public BackupPlanExecutionWhereInput status(BackupPlanExecutionStatus status)
@Nullable public BackupPlanExecutionStatus getStatus()
public void setStatus(BackupPlanExecutionStatus status)
public BackupPlanExecutionWhereInput statusIn(List<BackupPlanExecutionStatus> statusIn)
public BackupPlanExecutionWhereInput addStatusInItem(BackupPlanExecutionStatus statusInItem)
@Nullable public List<BackupPlanExecutionStatus> getStatusIn()
public void setStatusIn(List<BackupPlanExecutionStatus> statusIn)
public BackupPlanExecutionWhereInput statusNot(BackupPlanExecutionStatus statusNot)
@Nullable public BackupPlanExecutionStatus getStatusNot()
public void setStatusNot(BackupPlanExecutionStatus statusNot)
public BackupPlanExecutionWhereInput statusNotIn(List<BackupPlanExecutionStatus> statusNotIn)
public BackupPlanExecutionWhereInput addStatusNotInItem(BackupPlanExecutionStatus statusNotInItem)
@Nullable public List<BackupPlanExecutionStatus> getStatusNotIn()
public void setStatusNotIn(List<BackupPlanExecutionStatus> statusNotIn)
public BackupPlanExecutionWhereInput successJobCount(Integer successJobCount)
@Nullable public Integer getSuccessJobCount()
public void setSuccessJobCount(Integer successJobCount)
public BackupPlanExecutionWhereInput successJobCountGt(Integer successJobCountGt)
@Nullable public Integer getSuccessJobCountGt()
public void setSuccessJobCountGt(Integer successJobCountGt)
public BackupPlanExecutionWhereInput successJobCountGte(Integer successJobCountGte)
@Nullable public Integer getSuccessJobCountGte()
public void setSuccessJobCountGte(Integer successJobCountGte)
public BackupPlanExecutionWhereInput successJobCountIn(List<Integer> successJobCountIn)
public BackupPlanExecutionWhereInput addSuccessJobCountInItem(Integer successJobCountInItem)
@Nullable public List<Integer> getSuccessJobCountIn()
public BackupPlanExecutionWhereInput successJobCountLt(Integer successJobCountLt)
@Nullable public Integer getSuccessJobCountLt()
public void setSuccessJobCountLt(Integer successJobCountLt)
public BackupPlanExecutionWhereInput successJobCountLte(Integer successJobCountLte)
@Nullable public Integer getSuccessJobCountLte()
public void setSuccessJobCountLte(Integer successJobCountLte)
public BackupPlanExecutionWhereInput successJobCountNot(Integer successJobCountNot)
@Nullable public Integer getSuccessJobCountNot()
public void setSuccessJobCountNot(Integer successJobCountNot)
public BackupPlanExecutionWhereInput successJobCountNotIn(List<Integer> successJobCountNotIn)
public BackupPlanExecutionWhereInput addSuccessJobCountNotInItem(Integer successJobCountNotInItem)
@Nullable public List<Integer> getSuccessJobCountNotIn()
public BackupPlanExecutionWhereInput totalJobCount(Integer totalJobCount)
public void setTotalJobCount(Integer totalJobCount)
public BackupPlanExecutionWhereInput totalJobCountGt(Integer totalJobCountGt)
@Nullable public Integer getTotalJobCountGt()
public void setTotalJobCountGt(Integer totalJobCountGt)
public BackupPlanExecutionWhereInput totalJobCountGte(Integer totalJobCountGte)
@Nullable public Integer getTotalJobCountGte()
public void setTotalJobCountGte(Integer totalJobCountGte)
public BackupPlanExecutionWhereInput totalJobCountIn(List<Integer> totalJobCountIn)
public BackupPlanExecutionWhereInput addTotalJobCountInItem(Integer totalJobCountInItem)
@Nullable public List<Integer> getTotalJobCountIn()
public BackupPlanExecutionWhereInput totalJobCountLt(Integer totalJobCountLt)
@Nullable public Integer getTotalJobCountLt()
public void setTotalJobCountLt(Integer totalJobCountLt)
public BackupPlanExecutionWhereInput totalJobCountLte(Integer totalJobCountLte)
@Nullable public Integer getTotalJobCountLte()
public void setTotalJobCountLte(Integer totalJobCountLte)
public BackupPlanExecutionWhereInput totalJobCountNot(Integer totalJobCountNot)
@Nullable public Integer getTotalJobCountNot()
public void setTotalJobCountNot(Integer totalJobCountNot)
public BackupPlanExecutionWhereInput totalJobCountNotIn(List<Integer> totalJobCountNotIn)
public BackupPlanExecutionWhereInput addTotalJobCountNotInItem(Integer totalJobCountNotInItem)
@Nullable public List<Integer> getTotalJobCountNotIn()
public BackupPlanExecutionWhereInput type(BackupExecutionType type)
@Nullable public BackupExecutionType getType()
public void setType(BackupExecutionType type)
public BackupPlanExecutionWhereInput typeIn(List<BackupExecutionType> typeIn)
public BackupPlanExecutionWhereInput addTypeInItem(BackupExecutionType typeInItem)
@Nullable public List<BackupExecutionType> getTypeIn()
public void setTypeIn(List<BackupExecutionType> typeIn)
public BackupPlanExecutionWhereInput typeNot(BackupExecutionType typeNot)
@Nullable public BackupExecutionType getTypeNot()
public void setTypeNot(BackupExecutionType typeNot)
public BackupPlanExecutionWhereInput typeNotIn(List<BackupExecutionType> typeNotIn)
public BackupPlanExecutionWhereInput addTypeNotInItem(BackupExecutionType typeNotInItem)
@Nullable public List<BackupExecutionType> getTypeNotIn()
public void setTypeNotIn(List<BackupExecutionType> typeNotIn)
Copyright © 2025. All rights reserved.