@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class ContentLibraryImageWhereInput extends Object
| 构造器和说明 |
|---|
ContentLibraryImageWhereInput() |
public static final String SERIALIZED_NAME_CLUSTERS_EVERY
public static final String SERIALIZED_NAME_CREATED_AT_GTE
public static final String SERIALIZED_NAME_CREATED_AT_LTE
public static final String SERIALIZED_NAME_CREATED_AT_NOT
public static final String SERIALIZED_NAME_CREATED_AT_NOT_IN
public static final String SERIALIZED_NAME_DESCRIPTION_CONTAINS
public static final String SERIALIZED_NAME_DESCRIPTION_ENDS_WITH
public static final String SERIALIZED_NAME_DESCRIPTION_GT
public static final String SERIALIZED_NAME_DESCRIPTION_GTE
public static final String SERIALIZED_NAME_DESCRIPTION_IN
public static final String SERIALIZED_NAME_DESCRIPTION_LT
public static final String SERIALIZED_NAME_DESCRIPTION_LTE
public static final String SERIALIZED_NAME_DESCRIPTION_NOT
public static final String SERIALIZED_NAME_DESCRIPTION_NOT_CONTAINS
public static final String SERIALIZED_NAME_DESCRIPTION_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_DESCRIPTION_NOT_IN
public static final String SERIALIZED_NAME_DESCRIPTION_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_DESCRIPTION_STARTS_WITH
public static final String SERIALIZED_NAME_ELF_IMAGES_EVERY
public static final String SERIALIZED_NAME_ELF_IMAGES_NONE
public static final String SERIALIZED_NAME_ELF_IMAGES_SOME
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_ISCSI_LUNS_EVERY
public static final String SERIALIZED_NAME_ISCSI_LUNS_NONE
public static final String SERIALIZED_NAME_ISCSI_LUNS_SOME
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_PATH_ENDS_WITH
public static final String SERIALIZED_NAME_PATH_NOT_CONTAINS
public static final String SERIALIZED_NAME_PATH_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_PATH_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_PATH_STARTS_WITH
public static final String SERIALIZED_NAME_VM_DISKS_EVERY
public static final String SERIALIZED_NAME_VM_SNAPSHOTS_EVERY
public static final String SERIALIZED_NAME_VM_SNAPSHOTS_NONE
public static final String SERIALIZED_NAME_VM_SNAPSHOTS_SOME
public static final String SERIALIZED_NAME_VM_TEMPLATES_EVERY
public static final String SERIALIZED_NAME_VM_TEMPLATES_NONE
public ContentLibraryImageWhereInput AND(List<ContentLibraryImageWhereInput> AND)
public ContentLibraryImageWhereInput addANDItem(ContentLibraryImageWhereInput ANDItem)
@Nullable public List<ContentLibraryImageWhereInput> getAND()
public void setAND(List<ContentLibraryImageWhereInput> AND)
public ContentLibraryImageWhereInput NOT(List<ContentLibraryImageWhereInput> NOT)
public ContentLibraryImageWhereInput addNOTItem(ContentLibraryImageWhereInput NOTItem)
@Nullable public List<ContentLibraryImageWhereInput> getNOT()
public void setNOT(List<ContentLibraryImageWhereInput> NOT)
public ContentLibraryImageWhereInput OR(List<ContentLibraryImageWhereInput> OR)
public ContentLibraryImageWhereInput addORItem(ContentLibraryImageWhereInput ORItem)
@Nullable public List<ContentLibraryImageWhereInput> getOR()
public void setOR(List<ContentLibraryImageWhereInput> OR)
public ContentLibraryImageWhereInput clustersEvery(ClusterWhereInput clustersEvery)
@Nullable public ClusterWhereInput getClustersEvery()
public void setClustersEvery(ClusterWhereInput clustersEvery)
public ContentLibraryImageWhereInput clustersNone(ClusterWhereInput clustersNone)
@Nullable public ClusterWhereInput getClustersNone()
public void setClustersNone(ClusterWhereInput clustersNone)
public ContentLibraryImageWhereInput clustersSome(ClusterWhereInput clustersSome)
@Nullable public ClusterWhereInput getClustersSome()
public void setClustersSome(ClusterWhereInput clustersSome)
public ContentLibraryImageWhereInput createdAt(String createdAt)
public void setCreatedAt(String createdAt)
public ContentLibraryImageWhereInput createdAtGt(String createdAtGt)
public void setCreatedAtGt(String createdAtGt)
public ContentLibraryImageWhereInput createdAtGte(String createdAtGte)
public void setCreatedAtGte(String createdAtGte)
public ContentLibraryImageWhereInput createdAtIn(List<String> createdAtIn)
public ContentLibraryImageWhereInput addCreatedAtInItem(String createdAtInItem)
public ContentLibraryImageWhereInput createdAtLt(String createdAtLt)
public void setCreatedAtLt(String createdAtLt)
public ContentLibraryImageWhereInput createdAtLte(String createdAtLte)
public void setCreatedAtLte(String createdAtLte)
public ContentLibraryImageWhereInput createdAtNot(String createdAtNot)
public void setCreatedAtNot(String createdAtNot)
public ContentLibraryImageWhereInput createdAtNotIn(List<String> createdAtNotIn)
public ContentLibraryImageWhereInput addCreatedAtNotInItem(String createdAtNotInItem)
@Nullable public List<String> getCreatedAtNotIn()
public ContentLibraryImageWhereInput description(String description)
public void setDescription(String description)
public ContentLibraryImageWhereInput descriptionContains(String descriptionContains)
@Nullable public String getDescriptionContains()
public void setDescriptionContains(String descriptionContains)
public ContentLibraryImageWhereInput descriptionEndsWith(String descriptionEndsWith)
@Nullable public String getDescriptionEndsWith()
public void setDescriptionEndsWith(String descriptionEndsWith)
public ContentLibraryImageWhereInput descriptionGt(String descriptionGt)
public void setDescriptionGt(String descriptionGt)
public ContentLibraryImageWhereInput descriptionGte(String descriptionGte)
public void setDescriptionGte(String descriptionGte)
public ContentLibraryImageWhereInput descriptionIn(List<String> descriptionIn)
public ContentLibraryImageWhereInput addDescriptionInItem(String descriptionInItem)
@Nullable public List<String> getDescriptionIn()
public ContentLibraryImageWhereInput descriptionLt(String descriptionLt)
public void setDescriptionLt(String descriptionLt)
public ContentLibraryImageWhereInput descriptionLte(String descriptionLte)
public void setDescriptionLte(String descriptionLte)
public ContentLibraryImageWhereInput descriptionNot(String descriptionNot)
public void setDescriptionNot(String descriptionNot)
public ContentLibraryImageWhereInput descriptionNotContains(String descriptionNotContains)
@Nullable public String getDescriptionNotContains()
public void setDescriptionNotContains(String descriptionNotContains)
public ContentLibraryImageWhereInput descriptionNotEndsWith(String descriptionNotEndsWith)
@Nullable public String getDescriptionNotEndsWith()
public void setDescriptionNotEndsWith(String descriptionNotEndsWith)
public ContentLibraryImageWhereInput descriptionNotIn(List<String> descriptionNotIn)
public ContentLibraryImageWhereInput addDescriptionNotInItem(String descriptionNotInItem)
@Nullable public List<String> getDescriptionNotIn()
public ContentLibraryImageWhereInput descriptionNotStartsWith(String descriptionNotStartsWith)
@Nullable public String getDescriptionNotStartsWith()
public void setDescriptionNotStartsWith(String descriptionNotStartsWith)
public ContentLibraryImageWhereInput descriptionStartsWith(String descriptionStartsWith)
@Nullable public String getDescriptionStartsWith()
public void setDescriptionStartsWith(String descriptionStartsWith)
public ContentLibraryImageWhereInput elfImagesEvery(ElfImageWhereInput elfImagesEvery)
@Nullable public ElfImageWhereInput getElfImagesEvery()
public void setElfImagesEvery(ElfImageWhereInput elfImagesEvery)
public ContentLibraryImageWhereInput elfImagesNone(ElfImageWhereInput elfImagesNone)
@Nullable public ElfImageWhereInput getElfImagesNone()
public void setElfImagesNone(ElfImageWhereInput elfImagesNone)
public ContentLibraryImageWhereInput elfImagesSome(ElfImageWhereInput elfImagesSome)
@Nullable public ElfImageWhereInput getElfImagesSome()
public void setElfImagesSome(ElfImageWhereInput elfImagesSome)
public ContentLibraryImageWhereInput entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public ContentLibraryImageWhereInput entityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public ContentLibraryImageWhereInput addEntityAsyncStatusInItem(EntityAsyncStatus entityAsyncStatusInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusIn()
public void setEntityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public ContentLibraryImageWhereInput entityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
@Nullable public EntityAsyncStatus getEntityAsyncStatusNot()
public void setEntityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
public ContentLibraryImageWhereInput entityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public ContentLibraryImageWhereInput addEntityAsyncStatusNotInItem(EntityAsyncStatus entityAsyncStatusNotInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusNotIn()
public void setEntityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public ContentLibraryImageWhereInput id(String id)
public void setId(String id)
public ContentLibraryImageWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public ContentLibraryImageWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public ContentLibraryImageWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public ContentLibraryImageWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public ContentLibraryImageWhereInput idIn(List<String> idIn)
public ContentLibraryImageWhereInput addIdInItem(String idInItem)
public ContentLibraryImageWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public ContentLibraryImageWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public ContentLibraryImageWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public ContentLibraryImageWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public ContentLibraryImageWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public ContentLibraryImageWhereInput idNotIn(List<String> idNotIn)
public ContentLibraryImageWhereInput addIdNotInItem(String idNotInItem)
public ContentLibraryImageWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public ContentLibraryImageWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public ContentLibraryImageWhereInput iscsiLunsEvery(IscsiLunWhereInput iscsiLunsEvery)
@Nullable public IscsiLunWhereInput getIscsiLunsEvery()
public void setIscsiLunsEvery(IscsiLunWhereInput iscsiLunsEvery)
public ContentLibraryImageWhereInput iscsiLunsNone(IscsiLunWhereInput iscsiLunsNone)
@Nullable public IscsiLunWhereInput getIscsiLunsNone()
public void setIscsiLunsNone(IscsiLunWhereInput iscsiLunsNone)
public ContentLibraryImageWhereInput iscsiLunsSome(IscsiLunWhereInput iscsiLunsSome)
@Nullable public IscsiLunWhereInput getIscsiLunsSome()
public void setIscsiLunsSome(IscsiLunWhereInput iscsiLunsSome)
public ContentLibraryImageWhereInput labelsEvery(LabelWhereInput labelsEvery)
@Nullable public LabelWhereInput getLabelsEvery()
public void setLabelsEvery(LabelWhereInput labelsEvery)
public ContentLibraryImageWhereInput labelsNone(LabelWhereInput labelsNone)
@Nullable public LabelWhereInput getLabelsNone()
public void setLabelsNone(LabelWhereInput labelsNone)
public ContentLibraryImageWhereInput labelsSome(LabelWhereInput labelsSome)
@Nullable public LabelWhereInput getLabelsSome()
public void setLabelsSome(LabelWhereInput labelsSome)
public ContentLibraryImageWhereInput name(String name)
public void setName(String name)
public ContentLibraryImageWhereInput nameContains(String nameContains)
public void setNameContains(String nameContains)
public ContentLibraryImageWhereInput nameEndsWith(String nameEndsWith)
public void setNameEndsWith(String nameEndsWith)
public ContentLibraryImageWhereInput nameGt(String nameGt)
public void setNameGt(String nameGt)
public ContentLibraryImageWhereInput nameGte(String nameGte)
public void setNameGte(String nameGte)
public ContentLibraryImageWhereInput nameIn(List<String> nameIn)
public ContentLibraryImageWhereInput addNameInItem(String nameInItem)
public ContentLibraryImageWhereInput nameLt(String nameLt)
public void setNameLt(String nameLt)
public ContentLibraryImageWhereInput nameLte(String nameLte)
public void setNameLte(String nameLte)
public ContentLibraryImageWhereInput nameNot(String nameNot)
public void setNameNot(String nameNot)
public ContentLibraryImageWhereInput nameNotContains(String nameNotContains)
@Nullable public String getNameNotContains()
public void setNameNotContains(String nameNotContains)
public ContentLibraryImageWhereInput nameNotEndsWith(String nameNotEndsWith)
@Nullable public String getNameNotEndsWith()
public void setNameNotEndsWith(String nameNotEndsWith)
public ContentLibraryImageWhereInput nameNotIn(List<String> nameNotIn)
public ContentLibraryImageWhereInput addNameNotInItem(String nameNotInItem)
public ContentLibraryImageWhereInput nameNotStartsWith(String nameNotStartsWith)
@Nullable public String getNameNotStartsWith()
public void setNameNotStartsWith(String nameNotStartsWith)
public ContentLibraryImageWhereInput nameStartsWith(String nameStartsWith)
public void setNameStartsWith(String nameStartsWith)
public ContentLibraryImageWhereInput path(String path)
public void setPath(String path)
public ContentLibraryImageWhereInput pathContains(String pathContains)
public void setPathContains(String pathContains)
public ContentLibraryImageWhereInput pathEndsWith(String pathEndsWith)
public void setPathEndsWith(String pathEndsWith)
public ContentLibraryImageWhereInput pathGt(String pathGt)
public void setPathGt(String pathGt)
public ContentLibraryImageWhereInput pathGte(String pathGte)
public void setPathGte(String pathGte)
public ContentLibraryImageWhereInput pathIn(List<String> pathIn)
public ContentLibraryImageWhereInput addPathInItem(String pathInItem)
public ContentLibraryImageWhereInput pathLt(String pathLt)
public void setPathLt(String pathLt)
public ContentLibraryImageWhereInput pathLte(String pathLte)
public void setPathLte(String pathLte)
public ContentLibraryImageWhereInput pathNot(String pathNot)
public void setPathNot(String pathNot)
public ContentLibraryImageWhereInput pathNotContains(String pathNotContains)
@Nullable public String getPathNotContains()
public void setPathNotContains(String pathNotContains)
public ContentLibraryImageWhereInput pathNotEndsWith(String pathNotEndsWith)
@Nullable public String getPathNotEndsWith()
public void setPathNotEndsWith(String pathNotEndsWith)
public ContentLibraryImageWhereInput pathNotIn(List<String> pathNotIn)
public ContentLibraryImageWhereInput addPathNotInItem(String pathNotInItem)
public ContentLibraryImageWhereInput pathNotStartsWith(String pathNotStartsWith)
@Nullable public String getPathNotStartsWith()
public void setPathNotStartsWith(String pathNotStartsWith)
public ContentLibraryImageWhereInput pathStartsWith(String pathStartsWith)
public void setPathStartsWith(String pathStartsWith)
public ContentLibraryImageWhereInput size(Long size)
public void setSize(Long size)
public ContentLibraryImageWhereInput sizeGt(Long sizeGt)
public void setSizeGt(Long sizeGt)
public ContentLibraryImageWhereInput sizeGte(Long sizeGte)
public void setSizeGte(Long sizeGte)
public ContentLibraryImageWhereInput sizeIn(List<Long> sizeIn)
public ContentLibraryImageWhereInput addSizeInItem(Long sizeInItem)
public ContentLibraryImageWhereInput sizeLt(Long sizeLt)
public void setSizeLt(Long sizeLt)
public ContentLibraryImageWhereInput sizeLte(Long sizeLte)
public void setSizeLte(Long sizeLte)
public ContentLibraryImageWhereInput sizeNot(Long sizeNot)
public void setSizeNot(Long sizeNot)
public ContentLibraryImageWhereInput sizeNotIn(List<Long> sizeNotIn)
public ContentLibraryImageWhereInput addSizeNotInItem(Long sizeNotInItem)
public ContentLibraryImageWhereInput vmDisksEvery(VmDiskWhereInput vmDisksEvery)
@Nullable public VmDiskWhereInput getVmDisksEvery()
public void setVmDisksEvery(VmDiskWhereInput vmDisksEvery)
public ContentLibraryImageWhereInput vmDisksNone(VmDiskWhereInput vmDisksNone)
@Nullable public VmDiskWhereInput getVmDisksNone()
public void setVmDisksNone(VmDiskWhereInput vmDisksNone)
public ContentLibraryImageWhereInput vmDisksSome(VmDiskWhereInput vmDisksSome)
@Nullable public VmDiskWhereInput getVmDisksSome()
public void setVmDisksSome(VmDiskWhereInput vmDisksSome)
public ContentLibraryImageWhereInput vmSnapshotsEvery(VmSnapshotWhereInput vmSnapshotsEvery)
@Nullable public VmSnapshotWhereInput getVmSnapshotsEvery()
public void setVmSnapshotsEvery(VmSnapshotWhereInput vmSnapshotsEvery)
public ContentLibraryImageWhereInput vmSnapshotsNone(VmSnapshotWhereInput vmSnapshotsNone)
@Nullable public VmSnapshotWhereInput getVmSnapshotsNone()
public void setVmSnapshotsNone(VmSnapshotWhereInput vmSnapshotsNone)
public ContentLibraryImageWhereInput vmSnapshotsSome(VmSnapshotWhereInput vmSnapshotsSome)
@Nullable public VmSnapshotWhereInput getVmSnapshotsSome()
public void setVmSnapshotsSome(VmSnapshotWhereInput vmSnapshotsSome)
public ContentLibraryImageWhereInput vmTemplatesEvery(VmTemplateWhereInput vmTemplatesEvery)
@Nullable public VmTemplateWhereInput getVmTemplatesEvery()
public void setVmTemplatesEvery(VmTemplateWhereInput vmTemplatesEvery)
public ContentLibraryImageWhereInput vmTemplatesNone(VmTemplateWhereInput vmTemplatesNone)
@Nullable public VmTemplateWhereInput getVmTemplatesNone()
public void setVmTemplatesNone(VmTemplateWhereInput vmTemplatesNone)
public ContentLibraryImageWhereInput vmTemplatesSome(VmTemplateWhereInput vmTemplatesSome)
@Nullable public VmTemplateWhereInput getVmTemplatesSome()
public void setVmTemplatesSome(VmTemplateWhereInput vmTemplatesSome)
Copyright © 2025. All rights reserved.