@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class EverouteLicenseWhereInput extends Object
| 构造器和说明 |
|---|
EverouteLicenseWhereInput() |
public static final String SERIALIZED_NAME_CODE_ENDS_WITH
public static final String SERIALIZED_NAME_CODE_NOT_CONTAINS
public static final String SERIALIZED_NAME_CODE_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_CODE_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_CODE_STARTS_WITH
public static final String SERIALIZED_NAME_EXPIRE_DATE_GT
public static final String SERIALIZED_NAME_EXPIRE_DATE_GTE
public static final String SERIALIZED_NAME_EXPIRE_DATE_IN
public static final String SERIALIZED_NAME_EXPIRE_DATE_LT
public static final String SERIALIZED_NAME_EXPIRE_DATE_LTE
public static final String SERIALIZED_NAME_EXPIRE_DATE_NOT
public static final String SERIALIZED_NAME_EXPIRE_DATE_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_MAX_SOCKET_NUM
public static final String SERIALIZED_NAME_MAX_SOCKET_NUM_GT
public static final String SERIALIZED_NAME_MAX_SOCKET_NUM_GTE
public static final String SERIALIZED_NAME_MAX_SOCKET_NUM_IN
public static final String SERIALIZED_NAME_MAX_SOCKET_NUM_LT
public static final String SERIALIZED_NAME_MAX_SOCKET_NUM_LTE
public static final String SERIALIZED_NAME_MAX_SOCKET_NUM_NOT
public static final String SERIALIZED_NAME_MAX_SOCKET_NUM_NOT_IN
public static final String SERIALIZED_NAME_SERIAL_CONTAINS
public static final String SERIALIZED_NAME_SERIAL_ENDS_WITH
public static final String SERIALIZED_NAME_SERIAL_NOT_CONTAINS
public static final String SERIALIZED_NAME_SERIAL_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_SERIAL_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_SERIAL_STARTS_WITH
public static final String SERIALIZED_NAME_SIGN_DATE_NOT_IN
public static final String SERIALIZED_NAME_SOFTWARE_EDITION
public static final String SERIALIZED_NAME_SOFTWARE_EDITION_IN
public static final String SERIALIZED_NAME_SOFTWARE_EDITION_NOT
public static final String SERIALIZED_NAME_SOFTWARE_EDITION_NOT_IN
public static final String SERIALIZED_NAME_UID_NOT_CONTAINS
public static final String SERIALIZED_NAME_UID_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_UID_NOT_STARTS_WITH
public EverouteLicenseWhereInput AND(List<EverouteLicenseWhereInput> AND)
public EverouteLicenseWhereInput addANDItem(EverouteLicenseWhereInput ANDItem)
@Nullable public List<EverouteLicenseWhereInput> getAND()
public void setAND(List<EverouteLicenseWhereInput> AND)
public EverouteLicenseWhereInput NOT(List<EverouteLicenseWhereInput> NOT)
public EverouteLicenseWhereInput addNOTItem(EverouteLicenseWhereInput NOTItem)
@Nullable public List<EverouteLicenseWhereInput> getNOT()
public void setNOT(List<EverouteLicenseWhereInput> NOT)
public EverouteLicenseWhereInput OR(List<EverouteLicenseWhereInput> OR)
public EverouteLicenseWhereInput addORItem(EverouteLicenseWhereInput ORItem)
@Nullable public List<EverouteLicenseWhereInput> getOR()
public void setOR(List<EverouteLicenseWhereInput> OR)
public EverouteLicenseWhereInput code(String code)
public void setCode(String code)
public EverouteLicenseWhereInput codeContains(String codeContains)
public void setCodeContains(String codeContains)
public EverouteLicenseWhereInput codeEndsWith(String codeEndsWith)
public void setCodeEndsWith(String codeEndsWith)
public EverouteLicenseWhereInput codeGt(String codeGt)
public void setCodeGt(String codeGt)
public EverouteLicenseWhereInput codeGte(String codeGte)
public void setCodeGte(String codeGte)
public EverouteLicenseWhereInput codeIn(List<String> codeIn)
public EverouteLicenseWhereInput addCodeInItem(String codeInItem)
public EverouteLicenseWhereInput codeLt(String codeLt)
public void setCodeLt(String codeLt)
public EverouteLicenseWhereInput codeLte(String codeLte)
public void setCodeLte(String codeLte)
public EverouteLicenseWhereInput codeNot(String codeNot)
public void setCodeNot(String codeNot)
public EverouteLicenseWhereInput codeNotContains(String codeNotContains)
@Nullable public String getCodeNotContains()
public void setCodeNotContains(String codeNotContains)
public EverouteLicenseWhereInput codeNotEndsWith(String codeNotEndsWith)
@Nullable public String getCodeNotEndsWith()
public void setCodeNotEndsWith(String codeNotEndsWith)
public EverouteLicenseWhereInput codeNotIn(List<String> codeNotIn)
public EverouteLicenseWhereInput addCodeNotInItem(String codeNotInItem)
public EverouteLicenseWhereInput codeNotStartsWith(String codeNotStartsWith)
@Nullable public String getCodeNotStartsWith()
public void setCodeNotStartsWith(String codeNotStartsWith)
public EverouteLicenseWhereInput codeStartsWith(String codeStartsWith)
public void setCodeStartsWith(String codeStartsWith)
public EverouteLicenseWhereInput expireDate(String expireDate)
public void setExpireDate(String expireDate)
public EverouteLicenseWhereInput expireDateGt(String expireDateGt)
public void setExpireDateGt(String expireDateGt)
public EverouteLicenseWhereInput expireDateGte(String expireDateGte)
public void setExpireDateGte(String expireDateGte)
public EverouteLicenseWhereInput expireDateIn(List<String> expireDateIn)
public EverouteLicenseWhereInput addExpireDateInItem(String expireDateInItem)
public EverouteLicenseWhereInput expireDateLt(String expireDateLt)
public void setExpireDateLt(String expireDateLt)
public EverouteLicenseWhereInput expireDateLte(String expireDateLte)
public void setExpireDateLte(String expireDateLte)
public EverouteLicenseWhereInput expireDateNot(String expireDateNot)
public void setExpireDateNot(String expireDateNot)
public EverouteLicenseWhereInput expireDateNotIn(List<String> expireDateNotIn)
public EverouteLicenseWhereInput addExpireDateNotInItem(String expireDateNotInItem)
@Nullable public List<String> getExpireDateNotIn()
public EverouteLicenseWhereInput id(String id)
public void setId(String id)
public EverouteLicenseWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public EverouteLicenseWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public EverouteLicenseWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public EverouteLicenseWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public EverouteLicenseWhereInput idIn(List<String> idIn)
public EverouteLicenseWhereInput addIdInItem(String idInItem)
public EverouteLicenseWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public EverouteLicenseWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public EverouteLicenseWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public EverouteLicenseWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public EverouteLicenseWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public EverouteLicenseWhereInput idNotIn(List<String> idNotIn)
public EverouteLicenseWhereInput addIdNotInItem(String idNotInItem)
public EverouteLicenseWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public EverouteLicenseWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public EverouteLicenseWhereInput maxSocketNum(Integer maxSocketNum)
public void setMaxSocketNum(Integer maxSocketNum)
public EverouteLicenseWhereInput maxSocketNumGt(Integer maxSocketNumGt)
@Nullable public Integer getMaxSocketNumGt()
public void setMaxSocketNumGt(Integer maxSocketNumGt)
public EverouteLicenseWhereInput maxSocketNumGte(Integer maxSocketNumGte)
@Nullable public Integer getMaxSocketNumGte()
public void setMaxSocketNumGte(Integer maxSocketNumGte)
public EverouteLicenseWhereInput maxSocketNumIn(List<Integer> maxSocketNumIn)
public EverouteLicenseWhereInput addMaxSocketNumInItem(Integer maxSocketNumInItem)
@Nullable public List<Integer> getMaxSocketNumIn()
public EverouteLicenseWhereInput maxSocketNumLt(Integer maxSocketNumLt)
@Nullable public Integer getMaxSocketNumLt()
public void setMaxSocketNumLt(Integer maxSocketNumLt)
public EverouteLicenseWhereInput maxSocketNumLte(Integer maxSocketNumLte)
@Nullable public Integer getMaxSocketNumLte()
public void setMaxSocketNumLte(Integer maxSocketNumLte)
public EverouteLicenseWhereInput maxSocketNumNot(Integer maxSocketNumNot)
@Nullable public Integer getMaxSocketNumNot()
public void setMaxSocketNumNot(Integer maxSocketNumNot)
public EverouteLicenseWhereInput maxSocketNumNotIn(List<Integer> maxSocketNumNotIn)
public EverouteLicenseWhereInput addMaxSocketNumNotInItem(Integer maxSocketNumNotInItem)
@Nullable public List<Integer> getMaxSocketNumNotIn()
public EverouteLicenseWhereInput serial(String serial)
public void setSerial(String serial)
public EverouteLicenseWhereInput serialContains(String serialContains)
public void setSerialContains(String serialContains)
public EverouteLicenseWhereInput serialEndsWith(String serialEndsWith)
public void setSerialEndsWith(String serialEndsWith)
public EverouteLicenseWhereInput serialGt(String serialGt)
public void setSerialGt(String serialGt)
public EverouteLicenseWhereInput serialGte(String serialGte)
public void setSerialGte(String serialGte)
public EverouteLicenseWhereInput serialIn(List<String> serialIn)
public EverouteLicenseWhereInput addSerialInItem(String serialInItem)
public EverouteLicenseWhereInput serialLt(String serialLt)
public void setSerialLt(String serialLt)
public EverouteLicenseWhereInput serialLte(String serialLte)
public void setSerialLte(String serialLte)
public EverouteLicenseWhereInput serialNot(String serialNot)
public void setSerialNot(String serialNot)
public EverouteLicenseWhereInput serialNotContains(String serialNotContains)
@Nullable public String getSerialNotContains()
public void setSerialNotContains(String serialNotContains)
public EverouteLicenseWhereInput serialNotEndsWith(String serialNotEndsWith)
@Nullable public String getSerialNotEndsWith()
public void setSerialNotEndsWith(String serialNotEndsWith)
public EverouteLicenseWhereInput serialNotIn(List<String> serialNotIn)
public EverouteLicenseWhereInput addSerialNotInItem(String serialNotInItem)
public EverouteLicenseWhereInput serialNotStartsWith(String serialNotStartsWith)
@Nullable public String getSerialNotStartsWith()
public void setSerialNotStartsWith(String serialNotStartsWith)
public EverouteLicenseWhereInput serialStartsWith(String serialStartsWith)
@Nullable public String getSerialStartsWith()
public void setSerialStartsWith(String serialStartsWith)
public EverouteLicenseWhereInput signDate(String signDate)
public void setSignDate(String signDate)
public EverouteLicenseWhereInput signDateGt(String signDateGt)
public void setSignDateGt(String signDateGt)
public EverouteLicenseWhereInput signDateGte(String signDateGte)
public void setSignDateGte(String signDateGte)
public EverouteLicenseWhereInput signDateIn(List<String> signDateIn)
public EverouteLicenseWhereInput addSignDateInItem(String signDateInItem)
public EverouteLicenseWhereInput signDateLt(String signDateLt)
public void setSignDateLt(String signDateLt)
public EverouteLicenseWhereInput signDateLte(String signDateLte)
public void setSignDateLte(String signDateLte)
public EverouteLicenseWhereInput signDateNot(String signDateNot)
public void setSignDateNot(String signDateNot)
public EverouteLicenseWhereInput signDateNotIn(List<String> signDateNotIn)
public EverouteLicenseWhereInput addSignDateNotInItem(String signDateNotInItem)
@Nullable public List<String> getSignDateNotIn()
public EverouteLicenseWhereInput softwareEdition(SoftwareEdition softwareEdition)
@Nullable public SoftwareEdition getSoftwareEdition()
public void setSoftwareEdition(SoftwareEdition softwareEdition)
public EverouteLicenseWhereInput softwareEditionIn(List<SoftwareEdition> softwareEditionIn)
public EverouteLicenseWhereInput addSoftwareEditionInItem(SoftwareEdition softwareEditionInItem)
@Nullable public List<SoftwareEdition> getSoftwareEditionIn()
public void setSoftwareEditionIn(List<SoftwareEdition> softwareEditionIn)
public EverouteLicenseWhereInput softwareEditionNot(SoftwareEdition softwareEditionNot)
@Nullable public SoftwareEdition getSoftwareEditionNot()
public void setSoftwareEditionNot(SoftwareEdition softwareEditionNot)
public EverouteLicenseWhereInput softwareEditionNotIn(List<SoftwareEdition> softwareEditionNotIn)
public EverouteLicenseWhereInput addSoftwareEditionNotInItem(SoftwareEdition softwareEditionNotInItem)
@Nullable public List<SoftwareEdition> getSoftwareEditionNotIn()
public void setSoftwareEditionNotIn(List<SoftwareEdition> softwareEditionNotIn)
public EverouteLicenseWhereInput type(LicenseType type)
@Nullable public LicenseType getType()
public void setType(LicenseType type)
public EverouteLicenseWhereInput typeIn(List<LicenseType> typeIn)
public EverouteLicenseWhereInput addTypeInItem(LicenseType typeInItem)
@Nullable public List<LicenseType> getTypeIn()
public void setTypeIn(List<LicenseType> typeIn)
public EverouteLicenseWhereInput typeNot(LicenseType typeNot)
@Nullable public LicenseType getTypeNot()
public void setTypeNot(LicenseType typeNot)
public EverouteLicenseWhereInput typeNotIn(List<LicenseType> typeNotIn)
public EverouteLicenseWhereInput addTypeNotInItem(LicenseType typeNotInItem)
@Nullable public List<LicenseType> getTypeNotIn()
public void setTypeNotIn(List<LicenseType> typeNotIn)
public EverouteLicenseWhereInput uid(String uid)
public void setUid(String uid)
public EverouteLicenseWhereInput uidContains(String uidContains)
public void setUidContains(String uidContains)
public EverouteLicenseWhereInput uidEndsWith(String uidEndsWith)
public void setUidEndsWith(String uidEndsWith)
public EverouteLicenseWhereInput uidGt(String uidGt)
public void setUidGt(String uidGt)
public EverouteLicenseWhereInput uidGte(String uidGte)
public void setUidGte(String uidGte)
public EverouteLicenseWhereInput uidIn(List<String> uidIn)
public EverouteLicenseWhereInput addUidInItem(String uidInItem)
public EverouteLicenseWhereInput uidLt(String uidLt)
public void setUidLt(String uidLt)
public EverouteLicenseWhereInput uidLte(String uidLte)
public void setUidLte(String uidLte)
public EverouteLicenseWhereInput uidNot(String uidNot)
public void setUidNot(String uidNot)
public EverouteLicenseWhereInput uidNotContains(String uidNotContains)
public void setUidNotContains(String uidNotContains)
public EverouteLicenseWhereInput uidNotEndsWith(String uidNotEndsWith)
public void setUidNotEndsWith(String uidNotEndsWith)
public EverouteLicenseWhereInput uidNotIn(List<String> uidNotIn)
public EverouteLicenseWhereInput addUidNotInItem(String uidNotInItem)
public EverouteLicenseWhereInput uidNotStartsWith(String uidNotStartsWith)
@Nullable public String getUidNotStartsWith()
public void setUidNotStartsWith(String uidNotStartsWith)
public EverouteLicenseWhereInput uidStartsWith(String uidStartsWith)
public void setUidStartsWith(String uidStartsWith)
Copyright © 2025. All rights reserved.