@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class ClusterImageWhereInput extends Object
| 构造器和说明 |
|---|
ClusterImageWhereInput() |
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_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_META_NAME_CONTAINS
public static final String SERIALIZED_NAME_META_NAME_ENDS_WITH
public static final String SERIALIZED_NAME_META_NAME_NOT_CONTAINS
public static final String SERIALIZED_NAME_META_NAME_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_META_NAME_NOT_IN
public static final String SERIALIZED_NAME_META_NAME_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_META_NAME_STARTS_WITH
public static final String SERIALIZED_NAME_META_SIZE_NOT_IN
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_UPGRADE_TOOL_VERSION
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_CONTAINS
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_ENDS_WITH
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_GT
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_GTE
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_IN
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_LT
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_LTE
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_NOT
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_NOT_CONTAINS
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_NOT_IN
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_UPGRADE_TOOL_VERSION_STARTS_WITH
public static final String SERIALIZED_NAME_VERSION_CONTAINS
public static final String SERIALIZED_NAME_VERSION_ENDS_WITH
public static final String SERIALIZED_NAME_VERSION_NOT_CONTAINS
public static final String SERIALIZED_NAME_VERSION_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_VERSION_NOT_IN
public static final String SERIALIZED_NAME_VERSION_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_VERSION_SEMANTIC_GT
public static final String SERIALIZED_NAME_VERSION_SEMANTIC_GTE
public static final String SERIALIZED_NAME_VERSION_SEMANTIC_LT
public static final String SERIALIZED_NAME_VERSION_SEMANTIC_LTE
public static final String SERIALIZED_NAME_VERSION_STARTS_WITH
public static final String SERIALIZED_NAME_ZBS_VERSION_CONTAINS
public static final String SERIALIZED_NAME_ZBS_VERSION_ENDS_WITH
public static final String SERIALIZED_NAME_ZBS_VERSION_GT
public static final String SERIALIZED_NAME_ZBS_VERSION_GTE
public static final String SERIALIZED_NAME_ZBS_VERSION_IN
public static final String SERIALIZED_NAME_ZBS_VERSION_LT
public static final String SERIALIZED_NAME_ZBS_VERSION_LTE
public static final String SERIALIZED_NAME_ZBS_VERSION_NOT
public static final String SERIALIZED_NAME_ZBS_VERSION_NOT_CONTAINS
public static final String SERIALIZED_NAME_ZBS_VERSION_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_ZBS_VERSION_NOT_IN
public static final String SERIALIZED_NAME_ZBS_VERSION_NOT_STARTS_WITH
public ClusterImageWhereInput AND(List<ClusterImageWhereInput> AND)
public ClusterImageWhereInput addANDItem(ClusterImageWhereInput ANDItem)
@Nullable public List<ClusterImageWhereInput> getAND()
public void setAND(List<ClusterImageWhereInput> AND)
public ClusterImageWhereInput NOT(List<ClusterImageWhereInput> NOT)
public ClusterImageWhereInput addNOTItem(ClusterImageWhereInput NOTItem)
@Nullable public List<ClusterImageWhereInput> getNOT()
public void setNOT(List<ClusterImageWhereInput> NOT)
public ClusterImageWhereInput OR(List<ClusterImageWhereInput> OR)
public ClusterImageWhereInput addORItem(ClusterImageWhereInput ORItem)
@Nullable public List<ClusterImageWhereInput> getOR()
public void setOR(List<ClusterImageWhereInput> OR)
public ClusterImageWhereInput cluster(ClusterWhereInput cluster)
@Nullable public ClusterWhereInput getCluster()
public void setCluster(ClusterWhereInput cluster)
public ClusterImageWhereInput entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public ClusterImageWhereInput entityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public ClusterImageWhereInput addEntityAsyncStatusInItem(EntityAsyncStatus entityAsyncStatusInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusIn()
public void setEntityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public ClusterImageWhereInput entityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
@Nullable public EntityAsyncStatus getEntityAsyncStatusNot()
public void setEntityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
public ClusterImageWhereInput entityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public ClusterImageWhereInput addEntityAsyncStatusNotInItem(EntityAsyncStatus entityAsyncStatusNotInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusNotIn()
public void setEntityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public ClusterImageWhereInput id(String id)
public void setId(String id)
public ClusterImageWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public ClusterImageWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public ClusterImageWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public ClusterImageWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public ClusterImageWhereInput idIn(List<String> idIn)
public ClusterImageWhereInput addIdInItem(String idInItem)
public ClusterImageWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public ClusterImageWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public ClusterImageWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public ClusterImageWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public ClusterImageWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public ClusterImageWhereInput idNotIn(List<String> idNotIn)
public ClusterImageWhereInput addIdNotInItem(String idNotInItem)
public ClusterImageWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public ClusterImageWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public ClusterImageWhereInput localId(String localId)
public void setLocalId(String localId)
public ClusterImageWhereInput localIdContains(String localIdContains)
@Nullable public String getLocalIdContains()
public void setLocalIdContains(String localIdContains)
public ClusterImageWhereInput localIdEndsWith(String localIdEndsWith)
@Nullable public String getLocalIdEndsWith()
public void setLocalIdEndsWith(String localIdEndsWith)
public ClusterImageWhereInput localIdGt(String localIdGt)
public void setLocalIdGt(String localIdGt)
public ClusterImageWhereInput localIdGte(String localIdGte)
public void setLocalIdGte(String localIdGte)
public ClusterImageWhereInput localIdIn(List<String> localIdIn)
public ClusterImageWhereInput addLocalIdInItem(String localIdInItem)
public ClusterImageWhereInput localIdLt(String localIdLt)
public void setLocalIdLt(String localIdLt)
public ClusterImageWhereInput localIdLte(String localIdLte)
public void setLocalIdLte(String localIdLte)
public ClusterImageWhereInput localIdNot(String localIdNot)
public void setLocalIdNot(String localIdNot)
public ClusterImageWhereInput localIdNotContains(String localIdNotContains)
@Nullable public String getLocalIdNotContains()
public void setLocalIdNotContains(String localIdNotContains)
public ClusterImageWhereInput localIdNotEndsWith(String localIdNotEndsWith)
@Nullable public String getLocalIdNotEndsWith()
public void setLocalIdNotEndsWith(String localIdNotEndsWith)
public ClusterImageWhereInput localIdNotIn(List<String> localIdNotIn)
public ClusterImageWhereInput addLocalIdNotInItem(String localIdNotInItem)
public ClusterImageWhereInput localIdNotStartsWith(String localIdNotStartsWith)
@Nullable public String getLocalIdNotStartsWith()
public void setLocalIdNotStartsWith(String localIdNotStartsWith)
public ClusterImageWhereInput localIdStartsWith(String localIdStartsWith)
@Nullable public String getLocalIdStartsWith()
public void setLocalIdStartsWith(String localIdStartsWith)
public ClusterImageWhereInput metaName(String metaName)
public void setMetaName(String metaName)
public ClusterImageWhereInput metaNameContains(String metaNameContains)
@Nullable public String getMetaNameContains()
public void setMetaNameContains(String metaNameContains)
public ClusterImageWhereInput metaNameEndsWith(String metaNameEndsWith)
@Nullable public String getMetaNameEndsWith()
public void setMetaNameEndsWith(String metaNameEndsWith)
public ClusterImageWhereInput metaNameGt(String metaNameGt)
public void setMetaNameGt(String metaNameGt)
public ClusterImageWhereInput metaNameGte(String metaNameGte)
public void setMetaNameGte(String metaNameGte)
public ClusterImageWhereInput metaNameIn(List<String> metaNameIn)
public ClusterImageWhereInput addMetaNameInItem(String metaNameInItem)
public ClusterImageWhereInput metaNameLt(String metaNameLt)
public void setMetaNameLt(String metaNameLt)
public ClusterImageWhereInput metaNameLte(String metaNameLte)
public void setMetaNameLte(String metaNameLte)
public ClusterImageWhereInput metaNameNot(String metaNameNot)
public void setMetaNameNot(String metaNameNot)
public ClusterImageWhereInput metaNameNotContains(String metaNameNotContains)
@Nullable public String getMetaNameNotContains()
public void setMetaNameNotContains(String metaNameNotContains)
public ClusterImageWhereInput metaNameNotEndsWith(String metaNameNotEndsWith)
@Nullable public String getMetaNameNotEndsWith()
public void setMetaNameNotEndsWith(String metaNameNotEndsWith)
public ClusterImageWhereInput metaNameNotIn(List<String> metaNameNotIn)
public ClusterImageWhereInput addMetaNameNotInItem(String metaNameNotInItem)
@Nullable public List<String> getMetaNameNotIn()
public ClusterImageWhereInput metaNameNotStartsWith(String metaNameNotStartsWith)
@Nullable public String getMetaNameNotStartsWith()
public void setMetaNameNotStartsWith(String metaNameNotStartsWith)
public ClusterImageWhereInput metaNameStartsWith(String metaNameStartsWith)
@Nullable public String getMetaNameStartsWith()
public void setMetaNameStartsWith(String metaNameStartsWith)
public ClusterImageWhereInput metaSize(Long metaSize)
public void setMetaSize(Long metaSize)
public ClusterImageWhereInput metaSizeGt(Long metaSizeGt)
public void setMetaSizeGt(Long metaSizeGt)
public ClusterImageWhereInput metaSizeGte(Long metaSizeGte)
public void setMetaSizeGte(Long metaSizeGte)
public ClusterImageWhereInput metaSizeIn(List<Long> metaSizeIn)
public ClusterImageWhereInput addMetaSizeInItem(Long metaSizeInItem)
public ClusterImageWhereInput metaSizeLt(Long metaSizeLt)
public void setMetaSizeLt(Long metaSizeLt)
public ClusterImageWhereInput metaSizeLte(Long metaSizeLte)
public void setMetaSizeLte(Long metaSizeLte)
public ClusterImageWhereInput metaSizeNot(Long metaSizeNot)
public void setMetaSizeNot(Long metaSizeNot)
public ClusterImageWhereInput metaSizeNotIn(List<Long> metaSizeNotIn)
public ClusterImageWhereInput addMetaSizeNotInItem(Long metaSizeNotInItem)
public ClusterImageWhereInput name(String name)
public void setName(String name)
public ClusterImageWhereInput nameContains(String nameContains)
public void setNameContains(String nameContains)
public ClusterImageWhereInput nameEndsWith(String nameEndsWith)
public void setNameEndsWith(String nameEndsWith)
public ClusterImageWhereInput nameGt(String nameGt)
public void setNameGt(String nameGt)
public ClusterImageWhereInput nameGte(String nameGte)
public void setNameGte(String nameGte)
public ClusterImageWhereInput nameIn(List<String> nameIn)
public ClusterImageWhereInput addNameInItem(String nameInItem)
public ClusterImageWhereInput nameLt(String nameLt)
public void setNameLt(String nameLt)
public ClusterImageWhereInput nameLte(String nameLte)
public void setNameLte(String nameLte)
public ClusterImageWhereInput nameNot(String nameNot)
public void setNameNot(String nameNot)
public ClusterImageWhereInput nameNotContains(String nameNotContains)
@Nullable public String getNameNotContains()
public void setNameNotContains(String nameNotContains)
public ClusterImageWhereInput nameNotEndsWith(String nameNotEndsWith)
@Nullable public String getNameNotEndsWith()
public void setNameNotEndsWith(String nameNotEndsWith)
public ClusterImageWhereInput nameNotIn(List<String> nameNotIn)
public ClusterImageWhereInput addNameNotInItem(String nameNotInItem)
public ClusterImageWhereInput nameNotStartsWith(String nameNotStartsWith)
@Nullable public String getNameNotStartsWith()
public void setNameNotStartsWith(String nameNotStartsWith)
public ClusterImageWhereInput nameStartsWith(String nameStartsWith)
public void setNameStartsWith(String nameStartsWith)
public ClusterImageWhereInput size(Long size)
public void setSize(Long size)
public ClusterImageWhereInput sizeGt(Long sizeGt)
public void setSizeGt(Long sizeGt)
public ClusterImageWhereInput sizeGte(Long sizeGte)
public void setSizeGte(Long sizeGte)
public ClusterImageWhereInput sizeIn(List<Long> sizeIn)
public ClusterImageWhereInput addSizeInItem(Long sizeInItem)
public ClusterImageWhereInput sizeLt(Long sizeLt)
public void setSizeLt(Long sizeLt)
public ClusterImageWhereInput sizeLte(Long sizeLte)
public void setSizeLte(Long sizeLte)
public ClusterImageWhereInput sizeNot(Long sizeNot)
public void setSizeNot(Long sizeNot)
public ClusterImageWhereInput sizeNotIn(List<Long> sizeNotIn)
public ClusterImageWhereInput addSizeNotInItem(Long sizeNotInItem)
public ClusterImageWhereInput upgradeToolVersion(String upgradeToolVersion)
@Nullable public String getUpgradeToolVersion()
public void setUpgradeToolVersion(String upgradeToolVersion)
public ClusterImageWhereInput upgradeToolVersionContains(String upgradeToolVersionContains)
@Nullable public String getUpgradeToolVersionContains()
public void setUpgradeToolVersionContains(String upgradeToolVersionContains)
public ClusterImageWhereInput upgradeToolVersionEndsWith(String upgradeToolVersionEndsWith)
@Nullable public String getUpgradeToolVersionEndsWith()
public void setUpgradeToolVersionEndsWith(String upgradeToolVersionEndsWith)
public ClusterImageWhereInput upgradeToolVersionGt(String upgradeToolVersionGt)
@Nullable public String getUpgradeToolVersionGt()
public void setUpgradeToolVersionGt(String upgradeToolVersionGt)
public ClusterImageWhereInput upgradeToolVersionGte(String upgradeToolVersionGte)
@Nullable public String getUpgradeToolVersionGte()
public void setUpgradeToolVersionGte(String upgradeToolVersionGte)
public ClusterImageWhereInput upgradeToolVersionIn(List<String> upgradeToolVersionIn)
public ClusterImageWhereInput addUpgradeToolVersionInItem(String upgradeToolVersionInItem)
@Nullable public List<String> getUpgradeToolVersionIn()
public ClusterImageWhereInput upgradeToolVersionLt(String upgradeToolVersionLt)
@Nullable public String getUpgradeToolVersionLt()
public void setUpgradeToolVersionLt(String upgradeToolVersionLt)
public ClusterImageWhereInput upgradeToolVersionLte(String upgradeToolVersionLte)
@Nullable public String getUpgradeToolVersionLte()
public void setUpgradeToolVersionLte(String upgradeToolVersionLte)
public ClusterImageWhereInput upgradeToolVersionNot(String upgradeToolVersionNot)
@Nullable public String getUpgradeToolVersionNot()
public void setUpgradeToolVersionNot(String upgradeToolVersionNot)
public ClusterImageWhereInput upgradeToolVersionNotContains(String upgradeToolVersionNotContains)
@Nullable public String getUpgradeToolVersionNotContains()
public void setUpgradeToolVersionNotContains(String upgradeToolVersionNotContains)
public ClusterImageWhereInput upgradeToolVersionNotEndsWith(String upgradeToolVersionNotEndsWith)
@Nullable public String getUpgradeToolVersionNotEndsWith()
public void setUpgradeToolVersionNotEndsWith(String upgradeToolVersionNotEndsWith)
public ClusterImageWhereInput upgradeToolVersionNotIn(List<String> upgradeToolVersionNotIn)
public ClusterImageWhereInput addUpgradeToolVersionNotInItem(String upgradeToolVersionNotInItem)
@Nullable public List<String> getUpgradeToolVersionNotIn()
public void setUpgradeToolVersionNotIn(List<String> upgradeToolVersionNotIn)
public ClusterImageWhereInput upgradeToolVersionNotStartsWith(String upgradeToolVersionNotStartsWith)
@Nullable public String getUpgradeToolVersionNotStartsWith()
public void setUpgradeToolVersionNotStartsWith(String upgradeToolVersionNotStartsWith)
public ClusterImageWhereInput upgradeToolVersionStartsWith(String upgradeToolVersionStartsWith)
@Nullable public String getUpgradeToolVersionStartsWith()
public void setUpgradeToolVersionStartsWith(String upgradeToolVersionStartsWith)
public ClusterImageWhereInput version(String version)
public void setVersion(String version)
public ClusterImageWhereInput versionContains(String versionContains)
@Nullable public String getVersionContains()
public void setVersionContains(String versionContains)
public ClusterImageWhereInput versionEndsWith(String versionEndsWith)
@Nullable public String getVersionEndsWith()
public void setVersionEndsWith(String versionEndsWith)
public ClusterImageWhereInput versionGt(String versionGt)
public void setVersionGt(String versionGt)
public ClusterImageWhereInput versionGte(String versionGte)
public void setVersionGte(String versionGte)
public ClusterImageWhereInput versionIn(List<String> versionIn)
public ClusterImageWhereInput addVersionInItem(String versionInItem)
public ClusterImageWhereInput versionLt(String versionLt)
public void setVersionLt(String versionLt)
public ClusterImageWhereInput versionLte(String versionLte)
public void setVersionLte(String versionLte)
public ClusterImageWhereInput versionNot(String versionNot)
public void setVersionNot(String versionNot)
public ClusterImageWhereInput versionNotContains(String versionNotContains)
@Nullable public String getVersionNotContains()
public void setVersionNotContains(String versionNotContains)
public ClusterImageWhereInput versionNotEndsWith(String versionNotEndsWith)
@Nullable public String getVersionNotEndsWith()
public void setVersionNotEndsWith(String versionNotEndsWith)
public ClusterImageWhereInput versionNotIn(List<String> versionNotIn)
public ClusterImageWhereInput addVersionNotInItem(String versionNotInItem)
public ClusterImageWhereInput versionNotStartsWith(String versionNotStartsWith)
@Nullable public String getVersionNotStartsWith()
public void setVersionNotStartsWith(String versionNotStartsWith)
public ClusterImageWhereInput versionSemanticGt(String versionSemanticGt)
@Nullable public String getVersionSemanticGt()
public void setVersionSemanticGt(String versionSemanticGt)
public ClusterImageWhereInput versionSemanticGte(String versionSemanticGte)
@Nullable public String getVersionSemanticGte()
public void setVersionSemanticGte(String versionSemanticGte)
public ClusterImageWhereInput versionSemanticLt(String versionSemanticLt)
@Nullable public String getVersionSemanticLt()
public void setVersionSemanticLt(String versionSemanticLt)
public ClusterImageWhereInput versionSemanticLte(String versionSemanticLte)
@Nullable public String getVersionSemanticLte()
public void setVersionSemanticLte(String versionSemanticLte)
public ClusterImageWhereInput versionStartsWith(String versionStartsWith)
@Nullable public String getVersionStartsWith()
public void setVersionStartsWith(String versionStartsWith)
public ClusterImageWhereInput zbsVersion(String zbsVersion)
public void setZbsVersion(String zbsVersion)
public ClusterImageWhereInput zbsVersionContains(String zbsVersionContains)
@Nullable public String getZbsVersionContains()
public void setZbsVersionContains(String zbsVersionContains)
public ClusterImageWhereInput zbsVersionEndsWith(String zbsVersionEndsWith)
@Nullable public String getZbsVersionEndsWith()
public void setZbsVersionEndsWith(String zbsVersionEndsWith)
public ClusterImageWhereInput zbsVersionGt(String zbsVersionGt)
public void setZbsVersionGt(String zbsVersionGt)
public ClusterImageWhereInput zbsVersionGte(String zbsVersionGte)
public void setZbsVersionGte(String zbsVersionGte)
public ClusterImageWhereInput zbsVersionIn(List<String> zbsVersionIn)
public ClusterImageWhereInput addZbsVersionInItem(String zbsVersionInItem)
public ClusterImageWhereInput zbsVersionLt(String zbsVersionLt)
public void setZbsVersionLt(String zbsVersionLt)
public ClusterImageWhereInput zbsVersionLte(String zbsVersionLte)
public void setZbsVersionLte(String zbsVersionLte)
public ClusterImageWhereInput zbsVersionNot(String zbsVersionNot)
public void setZbsVersionNot(String zbsVersionNot)
public ClusterImageWhereInput zbsVersionNotContains(String zbsVersionNotContains)
@Nullable public String getZbsVersionNotContains()
public void setZbsVersionNotContains(String zbsVersionNotContains)
public ClusterImageWhereInput zbsVersionNotEndsWith(String zbsVersionNotEndsWith)
@Nullable public String getZbsVersionNotEndsWith()
public void setZbsVersionNotEndsWith(String zbsVersionNotEndsWith)
public ClusterImageWhereInput zbsVersionNotIn(List<String> zbsVersionNotIn)
public ClusterImageWhereInput addZbsVersionNotInItem(String zbsVersionNotInItem)
@Nullable public List<String> getZbsVersionNotIn()
public ClusterImageWhereInput zbsVersionNotStartsWith(String zbsVersionNotStartsWith)
@Nullable public String getZbsVersionNotStartsWith()
public void setZbsVersionNotStartsWith(String zbsVersionNotStartsWith)
public ClusterImageWhereInput zbsVersionStartsWith(String zbsVersionStartsWith)
@Nullable public String getZbsVersionStartsWith()
public void setZbsVersionStartsWith(String zbsVersionStartsWith)
Copyright © 2025. All rights reserved.