@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class CloudTowerApplicationPackageWhereInput extends Object
| 构造器和说明 |
|---|
CloudTowerApplicationPackageWhereInput() |
public static final String SERIALIZED_NAME_APPLICATIONS_EVERY
public static final String SERIALIZED_NAME_APPLICATIONS_NONE
public static final String SERIALIZED_NAME_APPLICATIONS_SOME
public static final String SERIALIZED_NAME_ARCHITECTURE_IN
public static final String SERIALIZED_NAME_ARCHITECTURE_NOT
public static final String SERIALIZED_NAME_ARCHITECTURE_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_SCOS_VERSION_CONTAINS
public static final String SERIALIZED_NAME_SCOS_VERSION_ENDS_WITH
public static final String SERIALIZED_NAME_SCOS_VERSION_GT
public static final String SERIALIZED_NAME_SCOS_VERSION_GTE
public static final String SERIALIZED_NAME_SCOS_VERSION_IN
public static final String SERIALIZED_NAME_SCOS_VERSION_LT
public static final String SERIALIZED_NAME_SCOS_VERSION_LTE
public static final String SERIALIZED_NAME_SCOS_VERSION_NOT
public static final String SERIALIZED_NAME_SCOS_VERSION_NOT_CONTAINS
public static final String SERIALIZED_NAME_SCOS_VERSION_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_SCOS_VERSION_NOT_IN
public static final String SERIALIZED_NAME_SCOS_VERSION_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_SCOS_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 CloudTowerApplicationPackageWhereInput AND(List<CloudTowerApplicationPackageWhereInput> AND)
public CloudTowerApplicationPackageWhereInput addANDItem(CloudTowerApplicationPackageWhereInput ANDItem)
@Nullable public List<CloudTowerApplicationPackageWhereInput> getAND()
public void setAND(List<CloudTowerApplicationPackageWhereInput> AND)
public CloudTowerApplicationPackageWhereInput NOT(List<CloudTowerApplicationPackageWhereInput> NOT)
public CloudTowerApplicationPackageWhereInput addNOTItem(CloudTowerApplicationPackageWhereInput NOTItem)
@Nullable public List<CloudTowerApplicationPackageWhereInput> getNOT()
public void setNOT(List<CloudTowerApplicationPackageWhereInput> NOT)
public CloudTowerApplicationPackageWhereInput OR(List<CloudTowerApplicationPackageWhereInput> OR)
public CloudTowerApplicationPackageWhereInput addORItem(CloudTowerApplicationPackageWhereInput ORItem)
@Nullable public List<CloudTowerApplicationPackageWhereInput> getOR()
public void setOR(List<CloudTowerApplicationPackageWhereInput> OR)
public CloudTowerApplicationPackageWhereInput applicationsEvery(CloudTowerApplicationWhereInput applicationsEvery)
@Nullable public CloudTowerApplicationWhereInput getApplicationsEvery()
public void setApplicationsEvery(CloudTowerApplicationWhereInput applicationsEvery)
public CloudTowerApplicationPackageWhereInput applicationsNone(CloudTowerApplicationWhereInput applicationsNone)
@Nullable public CloudTowerApplicationWhereInput getApplicationsNone()
public void setApplicationsNone(CloudTowerApplicationWhereInput applicationsNone)
public CloudTowerApplicationPackageWhereInput applicationsSome(CloudTowerApplicationWhereInput applicationsSome)
@Nullable public CloudTowerApplicationWhereInput getApplicationsSome()
public void setApplicationsSome(CloudTowerApplicationWhereInput applicationsSome)
public CloudTowerApplicationPackageWhereInput architecture(Architecture architecture)
@Nullable public Architecture getArchitecture()
public void setArchitecture(Architecture architecture)
public CloudTowerApplicationPackageWhereInput architectureIn(List<Architecture> architectureIn)
public CloudTowerApplicationPackageWhereInput addArchitectureInItem(Architecture architectureInItem)
@Nullable public List<Architecture> getArchitectureIn()
public void setArchitectureIn(List<Architecture> architectureIn)
public CloudTowerApplicationPackageWhereInput architectureNot(Architecture architectureNot)
@Nullable public Architecture getArchitectureNot()
public void setArchitectureNot(Architecture architectureNot)
public CloudTowerApplicationPackageWhereInput architectureNotIn(List<Architecture> architectureNotIn)
public CloudTowerApplicationPackageWhereInput addArchitectureNotInItem(Architecture architectureNotInItem)
@Nullable public List<Architecture> getArchitectureNotIn()
public void setArchitectureNotIn(List<Architecture> architectureNotIn)
public CloudTowerApplicationPackageWhereInput id(String id)
public void setId(String id)
public CloudTowerApplicationPackageWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public CloudTowerApplicationPackageWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public CloudTowerApplicationPackageWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public CloudTowerApplicationPackageWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public CloudTowerApplicationPackageWhereInput idIn(List<String> idIn)
public CloudTowerApplicationPackageWhereInput addIdInItem(String idInItem)
public CloudTowerApplicationPackageWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public CloudTowerApplicationPackageWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public CloudTowerApplicationPackageWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public CloudTowerApplicationPackageWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public CloudTowerApplicationPackageWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public CloudTowerApplicationPackageWhereInput idNotIn(List<String> idNotIn)
public CloudTowerApplicationPackageWhereInput addIdNotInItem(String idNotInItem)
public CloudTowerApplicationPackageWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public CloudTowerApplicationPackageWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public CloudTowerApplicationPackageWhereInput name(String name)
public void setName(String name)
public CloudTowerApplicationPackageWhereInput nameContains(String nameContains)
public void setNameContains(String nameContains)
public CloudTowerApplicationPackageWhereInput nameEndsWith(String nameEndsWith)
public void setNameEndsWith(String nameEndsWith)
public CloudTowerApplicationPackageWhereInput nameGt(String nameGt)
public void setNameGt(String nameGt)
public CloudTowerApplicationPackageWhereInput nameGte(String nameGte)
public void setNameGte(String nameGte)
public CloudTowerApplicationPackageWhereInput nameIn(List<String> nameIn)
public CloudTowerApplicationPackageWhereInput addNameInItem(String nameInItem)
public CloudTowerApplicationPackageWhereInput nameLt(String nameLt)
public void setNameLt(String nameLt)
public CloudTowerApplicationPackageWhereInput nameLte(String nameLte)
public void setNameLte(String nameLte)
public CloudTowerApplicationPackageWhereInput nameNot(String nameNot)
public void setNameNot(String nameNot)
public CloudTowerApplicationPackageWhereInput nameNotContains(String nameNotContains)
@Nullable public String getNameNotContains()
public void setNameNotContains(String nameNotContains)
public CloudTowerApplicationPackageWhereInput nameNotEndsWith(String nameNotEndsWith)
@Nullable public String getNameNotEndsWith()
public void setNameNotEndsWith(String nameNotEndsWith)
public CloudTowerApplicationPackageWhereInput nameNotIn(List<String> nameNotIn)
public CloudTowerApplicationPackageWhereInput addNameNotInItem(String nameNotInItem)
public CloudTowerApplicationPackageWhereInput nameNotStartsWith(String nameNotStartsWith)
@Nullable public String getNameNotStartsWith()
public void setNameNotStartsWith(String nameNotStartsWith)
public CloudTowerApplicationPackageWhereInput nameStartsWith(String nameStartsWith)
public void setNameStartsWith(String nameStartsWith)
public CloudTowerApplicationPackageWhereInput scosVersion(String scosVersion)
public void setScosVersion(String scosVersion)
public CloudTowerApplicationPackageWhereInput scosVersionContains(String scosVersionContains)
@Nullable public String getScosVersionContains()
public void setScosVersionContains(String scosVersionContains)
public CloudTowerApplicationPackageWhereInput scosVersionEndsWith(String scosVersionEndsWith)
@Nullable public String getScosVersionEndsWith()
public void setScosVersionEndsWith(String scosVersionEndsWith)
public CloudTowerApplicationPackageWhereInput scosVersionGt(String scosVersionGt)
public void setScosVersionGt(String scosVersionGt)
public CloudTowerApplicationPackageWhereInput scosVersionGte(String scosVersionGte)
public void setScosVersionGte(String scosVersionGte)
public CloudTowerApplicationPackageWhereInput scosVersionIn(List<String> scosVersionIn)
public CloudTowerApplicationPackageWhereInput addScosVersionInItem(String scosVersionInItem)
@Nullable public List<String> getScosVersionIn()
public CloudTowerApplicationPackageWhereInput scosVersionLt(String scosVersionLt)
public void setScosVersionLt(String scosVersionLt)
public CloudTowerApplicationPackageWhereInput scosVersionLte(String scosVersionLte)
public void setScosVersionLte(String scosVersionLte)
public CloudTowerApplicationPackageWhereInput scosVersionNot(String scosVersionNot)
public void setScosVersionNot(String scosVersionNot)
public CloudTowerApplicationPackageWhereInput scosVersionNotContains(String scosVersionNotContains)
@Nullable public String getScosVersionNotContains()
public void setScosVersionNotContains(String scosVersionNotContains)
public CloudTowerApplicationPackageWhereInput scosVersionNotEndsWith(String scosVersionNotEndsWith)
@Nullable public String getScosVersionNotEndsWith()
public void setScosVersionNotEndsWith(String scosVersionNotEndsWith)
public CloudTowerApplicationPackageWhereInput scosVersionNotIn(List<String> scosVersionNotIn)
public CloudTowerApplicationPackageWhereInput addScosVersionNotInItem(String scosVersionNotInItem)
@Nullable public List<String> getScosVersionNotIn()
public CloudTowerApplicationPackageWhereInput scosVersionNotStartsWith(String scosVersionNotStartsWith)
@Nullable public String getScosVersionNotStartsWith()
public void setScosVersionNotStartsWith(String scosVersionNotStartsWith)
public CloudTowerApplicationPackageWhereInput scosVersionStartsWith(String scosVersionStartsWith)
@Nullable public String getScosVersionStartsWith()
public void setScosVersionStartsWith(String scosVersionStartsWith)
public CloudTowerApplicationPackageWhereInput version(String version)
public void setVersion(String version)
public CloudTowerApplicationPackageWhereInput versionContains(String versionContains)
@Nullable public String getVersionContains()
public void setVersionContains(String versionContains)
public CloudTowerApplicationPackageWhereInput versionEndsWith(String versionEndsWith)
@Nullable public String getVersionEndsWith()
public void setVersionEndsWith(String versionEndsWith)
public CloudTowerApplicationPackageWhereInput versionGt(String versionGt)
public void setVersionGt(String versionGt)
public CloudTowerApplicationPackageWhereInput versionGte(String versionGte)
public void setVersionGte(String versionGte)
public CloudTowerApplicationPackageWhereInput versionIn(List<String> versionIn)
public CloudTowerApplicationPackageWhereInput addVersionInItem(String versionInItem)
public CloudTowerApplicationPackageWhereInput versionLt(String versionLt)
public void setVersionLt(String versionLt)
public CloudTowerApplicationPackageWhereInput versionLte(String versionLte)
public void setVersionLte(String versionLte)
public CloudTowerApplicationPackageWhereInput versionNot(String versionNot)
public void setVersionNot(String versionNot)
public CloudTowerApplicationPackageWhereInput versionNotContains(String versionNotContains)
@Nullable public String getVersionNotContains()
public void setVersionNotContains(String versionNotContains)
public CloudTowerApplicationPackageWhereInput versionNotEndsWith(String versionNotEndsWith)
@Nullable public String getVersionNotEndsWith()
public void setVersionNotEndsWith(String versionNotEndsWith)
public CloudTowerApplicationPackageWhereInput versionNotIn(List<String> versionNotIn)
public CloudTowerApplicationPackageWhereInput addVersionNotInItem(String versionNotInItem)
public CloudTowerApplicationPackageWhereInput versionNotStartsWith(String versionNotStartsWith)
@Nullable public String getVersionNotStartsWith()
public void setVersionNotStartsWith(String versionNotStartsWith)
public CloudTowerApplicationPackageWhereInput versionStartsWith(String versionStartsWith)
@Nullable public String getVersionStartsWith()
public void setVersionStartsWith(String versionStartsWith)
Copyright © 2025. All rights reserved.