@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class ConsistencyGroupSnapshotWhereInput extends Object
| 构造器和说明 |
|---|
ConsistencyGroupSnapshotWhereInput() |
public static final String SERIALIZED_NAME_ISCSI_LUN_SNAPSHOTS_EVERY
public static final String SERIALIZED_NAME_ISCSI_LUN_SNAPSHOTS_NONE
public static final String SERIALIZED_NAME_ISCSI_LUN_SNAPSHOTS_SOME
public static final String SERIALIZED_NAME_CONSISTENCY_GROUP
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_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_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_NVMF_NAMESPACE_SNAPSHOTS_EVERY
public static final String SERIALIZED_NAME_NVMF_NAMESPACE_SNAPSHOTS_NONE
public static final String SERIALIZED_NAME_NVMF_NAMESPACE_SNAPSHOTS_SOME
public static final String SERIALIZED_NAME_UNIQUE_SIZE_GT
public static final String SERIALIZED_NAME_UNIQUE_SIZE_GTE
public static final String SERIALIZED_NAME_UNIQUE_SIZE_IN
public static final String SERIALIZED_NAME_UNIQUE_SIZE_LT
public static final String SERIALIZED_NAME_UNIQUE_SIZE_LTE
public static final String SERIALIZED_NAME_UNIQUE_SIZE_NOT
public ConsistencyGroupSnapshotWhereInput AND(List<ConsistencyGroupSnapshotWhereInput> AND)
public ConsistencyGroupSnapshotWhereInput addANDItem(ConsistencyGroupSnapshotWhereInput ANDItem)
@Nullable public List<ConsistencyGroupSnapshotWhereInput> getAND()
public void setAND(List<ConsistencyGroupSnapshotWhereInput> AND)
public ConsistencyGroupSnapshotWhereInput iscsiLunSnapshotsEvery(IscsiLunSnapshotWhereInput iscsiLunSnapshotsEvery)
@Nullable public IscsiLunSnapshotWhereInput getIscsiLunSnapshotsEvery()
public void setIscsiLunSnapshotsEvery(IscsiLunSnapshotWhereInput iscsiLunSnapshotsEvery)
public ConsistencyGroupSnapshotWhereInput iscsiLunSnapshotsNone(IscsiLunSnapshotWhereInput iscsiLunSnapshotsNone)
@Nullable public IscsiLunSnapshotWhereInput getIscsiLunSnapshotsNone()
public void setIscsiLunSnapshotsNone(IscsiLunSnapshotWhereInput iscsiLunSnapshotsNone)
public ConsistencyGroupSnapshotWhereInput iscsiLunSnapshotsSome(IscsiLunSnapshotWhereInput iscsiLunSnapshotsSome)
@Nullable public IscsiLunSnapshotWhereInput getIscsiLunSnapshotsSome()
public void setIscsiLunSnapshotsSome(IscsiLunSnapshotWhereInput iscsiLunSnapshotsSome)
public ConsistencyGroupSnapshotWhereInput NOT(List<ConsistencyGroupSnapshotWhereInput> NOT)
public ConsistencyGroupSnapshotWhereInput addNOTItem(ConsistencyGroupSnapshotWhereInput NOTItem)
@Nullable public List<ConsistencyGroupSnapshotWhereInput> getNOT()
public void setNOT(List<ConsistencyGroupSnapshotWhereInput> NOT)
public ConsistencyGroupSnapshotWhereInput OR(List<ConsistencyGroupSnapshotWhereInput> OR)
public ConsistencyGroupSnapshotWhereInput addORItem(ConsistencyGroupSnapshotWhereInput ORItem)
@Nullable public List<ConsistencyGroupSnapshotWhereInput> getOR()
public void setOR(List<ConsistencyGroupSnapshotWhereInput> OR)
public ConsistencyGroupSnapshotWhereInput consistencyGroup(ConsistencyGroupWhereInput consistencyGroup)
@Nullable public ConsistencyGroupWhereInput getConsistencyGroup()
public void setConsistencyGroup(ConsistencyGroupWhereInput consistencyGroup)
public ConsistencyGroupSnapshotWhereInput entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public ConsistencyGroupSnapshotWhereInput entityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public ConsistencyGroupSnapshotWhereInput addEntityAsyncStatusInItem(EntityAsyncStatus entityAsyncStatusInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusIn()
public void setEntityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public ConsistencyGroupSnapshotWhereInput entityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
@Nullable public EntityAsyncStatus getEntityAsyncStatusNot()
public void setEntityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
public ConsistencyGroupSnapshotWhereInput entityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public ConsistencyGroupSnapshotWhereInput addEntityAsyncStatusNotInItem(EntityAsyncStatus entityAsyncStatusNotInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusNotIn()
public void setEntityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public ConsistencyGroupSnapshotWhereInput id(String id)
public void setId(String id)
public ConsistencyGroupSnapshotWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public ConsistencyGroupSnapshotWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public ConsistencyGroupSnapshotWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public ConsistencyGroupSnapshotWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public ConsistencyGroupSnapshotWhereInput idIn(List<String> idIn)
public ConsistencyGroupSnapshotWhereInput addIdInItem(String idInItem)
public ConsistencyGroupSnapshotWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public ConsistencyGroupSnapshotWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public ConsistencyGroupSnapshotWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public ConsistencyGroupSnapshotWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public ConsistencyGroupSnapshotWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public ConsistencyGroupSnapshotWhereInput idNotIn(List<String> idNotIn)
public ConsistencyGroupSnapshotWhereInput addIdNotInItem(String idNotInItem)
public ConsistencyGroupSnapshotWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public ConsistencyGroupSnapshotWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public ConsistencyGroupSnapshotWhereInput labelsEvery(LabelWhereInput labelsEvery)
@Nullable public LabelWhereInput getLabelsEvery()
public void setLabelsEvery(LabelWhereInput labelsEvery)
public ConsistencyGroupSnapshotWhereInput labelsNone(LabelWhereInput labelsNone)
@Nullable public LabelWhereInput getLabelsNone()
public void setLabelsNone(LabelWhereInput labelsNone)
public ConsistencyGroupSnapshotWhereInput labelsSome(LabelWhereInput labelsSome)
@Nullable public LabelWhereInput getLabelsSome()
public void setLabelsSome(LabelWhereInput labelsSome)
public ConsistencyGroupSnapshotWhereInput localCreatedAt(String localCreatedAt)
public void setLocalCreatedAt(String localCreatedAt)
public ConsistencyGroupSnapshotWhereInput localCreatedAtGt(String localCreatedAtGt)
@Nullable public String getLocalCreatedAtGt()
public void setLocalCreatedAtGt(String localCreatedAtGt)
public ConsistencyGroupSnapshotWhereInput localCreatedAtGte(String localCreatedAtGte)
@Nullable public String getLocalCreatedAtGte()
public void setLocalCreatedAtGte(String localCreatedAtGte)
public ConsistencyGroupSnapshotWhereInput localCreatedAtIn(List<String> localCreatedAtIn)
public ConsistencyGroupSnapshotWhereInput addLocalCreatedAtInItem(String localCreatedAtInItem)
@Nullable public List<String> getLocalCreatedAtIn()
public ConsistencyGroupSnapshotWhereInput localCreatedAtLt(String localCreatedAtLt)
@Nullable public String getLocalCreatedAtLt()
public void setLocalCreatedAtLt(String localCreatedAtLt)
public ConsistencyGroupSnapshotWhereInput localCreatedAtLte(String localCreatedAtLte)
@Nullable public String getLocalCreatedAtLte()
public void setLocalCreatedAtLte(String localCreatedAtLte)
public ConsistencyGroupSnapshotWhereInput localCreatedAtNot(String localCreatedAtNot)
@Nullable public String getLocalCreatedAtNot()
public void setLocalCreatedAtNot(String localCreatedAtNot)
public ConsistencyGroupSnapshotWhereInput localCreatedAtNotIn(List<String> localCreatedAtNotIn)
public ConsistencyGroupSnapshotWhereInput addLocalCreatedAtNotInItem(String localCreatedAtNotInItem)
@Nullable public List<String> getLocalCreatedAtNotIn()
public ConsistencyGroupSnapshotWhereInput localId(String localId)
public void setLocalId(String localId)
public ConsistencyGroupSnapshotWhereInput localIdContains(String localIdContains)
@Nullable public String getLocalIdContains()
public void setLocalIdContains(String localIdContains)
public ConsistencyGroupSnapshotWhereInput localIdEndsWith(String localIdEndsWith)
@Nullable public String getLocalIdEndsWith()
public void setLocalIdEndsWith(String localIdEndsWith)
public ConsistencyGroupSnapshotWhereInput localIdGt(String localIdGt)
public void setLocalIdGt(String localIdGt)
public ConsistencyGroupSnapshotWhereInput localIdGte(String localIdGte)
public void setLocalIdGte(String localIdGte)
public ConsistencyGroupSnapshotWhereInput localIdIn(List<String> localIdIn)
public ConsistencyGroupSnapshotWhereInput addLocalIdInItem(String localIdInItem)
public ConsistencyGroupSnapshotWhereInput localIdLt(String localIdLt)
public void setLocalIdLt(String localIdLt)
public ConsistencyGroupSnapshotWhereInput localIdLte(String localIdLte)
public void setLocalIdLte(String localIdLte)
public ConsistencyGroupSnapshotWhereInput localIdNot(String localIdNot)
public void setLocalIdNot(String localIdNot)
public ConsistencyGroupSnapshotWhereInput localIdNotContains(String localIdNotContains)
@Nullable public String getLocalIdNotContains()
public void setLocalIdNotContains(String localIdNotContains)
public ConsistencyGroupSnapshotWhereInput localIdNotEndsWith(String localIdNotEndsWith)
@Nullable public String getLocalIdNotEndsWith()
public void setLocalIdNotEndsWith(String localIdNotEndsWith)
public ConsistencyGroupSnapshotWhereInput localIdNotIn(List<String> localIdNotIn)
public ConsistencyGroupSnapshotWhereInput addLocalIdNotInItem(String localIdNotInItem)
public ConsistencyGroupSnapshotWhereInput localIdNotStartsWith(String localIdNotStartsWith)
@Nullable public String getLocalIdNotStartsWith()
public void setLocalIdNotStartsWith(String localIdNotStartsWith)
public ConsistencyGroupSnapshotWhereInput localIdStartsWith(String localIdStartsWith)
@Nullable public String getLocalIdStartsWith()
public void setLocalIdStartsWith(String localIdStartsWith)
public ConsistencyGroupSnapshotWhereInput name(String name)
public void setName(String name)
public ConsistencyGroupSnapshotWhereInput nameContains(String nameContains)
public void setNameContains(String nameContains)
public ConsistencyGroupSnapshotWhereInput nameEndsWith(String nameEndsWith)
public void setNameEndsWith(String nameEndsWith)
public ConsistencyGroupSnapshotWhereInput nameGt(String nameGt)
public void setNameGt(String nameGt)
public ConsistencyGroupSnapshotWhereInput nameGte(String nameGte)
public void setNameGte(String nameGte)
public ConsistencyGroupSnapshotWhereInput nameIn(List<String> nameIn)
public ConsistencyGroupSnapshotWhereInput addNameInItem(String nameInItem)
public ConsistencyGroupSnapshotWhereInput nameLt(String nameLt)
public void setNameLt(String nameLt)
public ConsistencyGroupSnapshotWhereInput nameLte(String nameLte)
public void setNameLte(String nameLte)
public ConsistencyGroupSnapshotWhereInput nameNot(String nameNot)
public void setNameNot(String nameNot)
public ConsistencyGroupSnapshotWhereInput nameNotContains(String nameNotContains)
@Nullable public String getNameNotContains()
public void setNameNotContains(String nameNotContains)
public ConsistencyGroupSnapshotWhereInput nameNotEndsWith(String nameNotEndsWith)
@Nullable public String getNameNotEndsWith()
public void setNameNotEndsWith(String nameNotEndsWith)
public ConsistencyGroupSnapshotWhereInput nameNotIn(List<String> nameNotIn)
public ConsistencyGroupSnapshotWhereInput addNameNotInItem(String nameNotInItem)
public ConsistencyGroupSnapshotWhereInput nameNotStartsWith(String nameNotStartsWith)
@Nullable public String getNameNotStartsWith()
public void setNameNotStartsWith(String nameNotStartsWith)
public ConsistencyGroupSnapshotWhereInput nameStartsWith(String nameStartsWith)
public void setNameStartsWith(String nameStartsWith)
public ConsistencyGroupSnapshotWhereInput nvmfNamespaceSnapshotsEvery(NvmfNamespaceSnapshotWhereInput nvmfNamespaceSnapshotsEvery)
@Nullable public NvmfNamespaceSnapshotWhereInput getNvmfNamespaceSnapshotsEvery()
public void setNvmfNamespaceSnapshotsEvery(NvmfNamespaceSnapshotWhereInput nvmfNamespaceSnapshotsEvery)
public ConsistencyGroupSnapshotWhereInput nvmfNamespaceSnapshotsNone(NvmfNamespaceSnapshotWhereInput nvmfNamespaceSnapshotsNone)
@Nullable public NvmfNamespaceSnapshotWhereInput getNvmfNamespaceSnapshotsNone()
public void setNvmfNamespaceSnapshotsNone(NvmfNamespaceSnapshotWhereInput nvmfNamespaceSnapshotsNone)
public ConsistencyGroupSnapshotWhereInput nvmfNamespaceSnapshotsSome(NvmfNamespaceSnapshotWhereInput nvmfNamespaceSnapshotsSome)
@Nullable public NvmfNamespaceSnapshotWhereInput getNvmfNamespaceSnapshotsSome()
public void setNvmfNamespaceSnapshotsSome(NvmfNamespaceSnapshotWhereInput nvmfNamespaceSnapshotsSome)
public ConsistencyGroupSnapshotWhereInput uniqueSize(Long uniqueSize)
public void setUniqueSize(Long uniqueSize)
public ConsistencyGroupSnapshotWhereInput uniqueSizeGt(Long uniqueSizeGt)
public void setUniqueSizeGt(Long uniqueSizeGt)
public ConsistencyGroupSnapshotWhereInput uniqueSizeGte(Long uniqueSizeGte)
public void setUniqueSizeGte(Long uniqueSizeGte)
public ConsistencyGroupSnapshotWhereInput uniqueSizeIn(List<Long> uniqueSizeIn)
public ConsistencyGroupSnapshotWhereInput addUniqueSizeInItem(Long uniqueSizeInItem)
public ConsistencyGroupSnapshotWhereInput uniqueSizeLt(Long uniqueSizeLt)
public void setUniqueSizeLt(Long uniqueSizeLt)
public ConsistencyGroupSnapshotWhereInput uniqueSizeLte(Long uniqueSizeLte)
public void setUniqueSizeLte(Long uniqueSizeLte)
public ConsistencyGroupSnapshotWhereInput uniqueSizeNot(Long uniqueSizeNot)
public void setUniqueSizeNot(Long uniqueSizeNot)
public ConsistencyGroupSnapshotWhereInput uniqueSizeNotIn(List<Long> uniqueSizeNotIn)
public ConsistencyGroupSnapshotWhereInput addUniqueSizeNotInItem(Long uniqueSizeNotInItem)
@Nullable public List<Long> getUniqueSizeNotIn()
Copyright © 2025. All rights reserved.