@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class AlertNotifierWhereInput extends Object
| 构造器和说明 |
|---|
AlertNotifierWhereInput() |
public static final String SERIALIZED_NAME_CLUSTERS_EVERY
public static final String SERIALIZED_NAME_EMAIL_FROM_CONTAINS
public static final String SERIALIZED_NAME_EMAIL_FROM_ENDS_WITH
public static final String SERIALIZED_NAME_EMAIL_FROM_GTE
public static final String SERIALIZED_NAME_EMAIL_FROM_LTE
public static final String SERIALIZED_NAME_EMAIL_FROM_NOT
public static final String SERIALIZED_NAME_EMAIL_FROM_NOT_CONTAINS
public static final String SERIALIZED_NAME_EMAIL_FROM_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_EMAIL_FROM_NOT_IN
public static final String SERIALIZED_NAME_EMAIL_FROM_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_EMAIL_FROM_STARTS_WITH
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_LANGUAGE_CODE_IN
public static final String SERIALIZED_NAME_LANGUAGE_CODE_NOT
public static final String SERIALIZED_NAME_LANGUAGE_CODE_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_SECURITY_MODE_IN
public static final String SERIALIZED_NAME_SECURITY_MODE_NOT
public static final String SERIALIZED_NAME_SECURITY_MODE_NOT_IN
public static final String SERIALIZED_NAME_SMTP_SERVER_CONFIG
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_CONTAINS
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_ENDS_WITH
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_GT
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_GTE
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_IN
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_LT
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_LTE
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_NOT
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_NOT_CONTAINS
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_NOT_IN
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST_STARTS_WITH
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT_GT
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT_GTE
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT_IN
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT_LT
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT_LTE
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT_NOT
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT_NOT_IN
public static final String SERIALIZED_NAME_USERNAME_CONTAINS
public static final String SERIALIZED_NAME_USERNAME_ENDS_WITH
public static final String SERIALIZED_NAME_USERNAME_NOT_CONTAINS
public static final String SERIALIZED_NAME_USERNAME_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_USERNAME_NOT_IN
public static final String SERIALIZED_NAME_USERNAME_NOT_STARTS_WITH
public AlertNotifierWhereInput AND(List<AlertNotifierWhereInput> AND)
public AlertNotifierWhereInput addANDItem(AlertNotifierWhereInput ANDItem)
@Nullable public List<AlertNotifierWhereInput> getAND()
public void setAND(List<AlertNotifierWhereInput> AND)
public AlertNotifierWhereInput NOT(List<AlertNotifierWhereInput> NOT)
public AlertNotifierWhereInput addNOTItem(AlertNotifierWhereInput NOTItem)
@Nullable public List<AlertNotifierWhereInput> getNOT()
public void setNOT(List<AlertNotifierWhereInput> NOT)
public AlertNotifierWhereInput OR(List<AlertNotifierWhereInput> OR)
public AlertNotifierWhereInput addORItem(AlertNotifierWhereInput ORItem)
@Nullable public List<AlertNotifierWhereInput> getOR()
public void setOR(List<AlertNotifierWhereInput> OR)
public AlertNotifierWhereInput clustersEvery(ClusterWhereInput clustersEvery)
@Nullable public ClusterWhereInput getClustersEvery()
public void setClustersEvery(ClusterWhereInput clustersEvery)
public AlertNotifierWhereInput clustersNone(ClusterWhereInput clustersNone)
@Nullable public ClusterWhereInput getClustersNone()
public void setClustersNone(ClusterWhereInput clustersNone)
public AlertNotifierWhereInput clustersSome(ClusterWhereInput clustersSome)
@Nullable public ClusterWhereInput getClustersSome()
public void setClustersSome(ClusterWhereInput clustersSome)
public AlertNotifierWhereInput disabled(Boolean disabled)
public void setDisabled(Boolean disabled)
public AlertNotifierWhereInput disabledNot(Boolean disabledNot)
public void setDisabledNot(Boolean disabledNot)
public AlertNotifierWhereInput emailFrom(String emailFrom)
public void setEmailFrom(String emailFrom)
public AlertNotifierWhereInput emailFromContains(String emailFromContains)
@Nullable public String getEmailFromContains()
public void setEmailFromContains(String emailFromContains)
public AlertNotifierWhereInput emailFromEndsWith(String emailFromEndsWith)
@Nullable public String getEmailFromEndsWith()
public void setEmailFromEndsWith(String emailFromEndsWith)
public AlertNotifierWhereInput emailFromGt(String emailFromGt)
public void setEmailFromGt(String emailFromGt)
public AlertNotifierWhereInput emailFromGte(String emailFromGte)
public void setEmailFromGte(String emailFromGte)
public AlertNotifierWhereInput emailFromIn(List<String> emailFromIn)
public AlertNotifierWhereInput addEmailFromInItem(String emailFromInItem)
public AlertNotifierWhereInput emailFromLt(String emailFromLt)
public void setEmailFromLt(String emailFromLt)
public AlertNotifierWhereInput emailFromLte(String emailFromLte)
public void setEmailFromLte(String emailFromLte)
public AlertNotifierWhereInput emailFromNot(String emailFromNot)
public void setEmailFromNot(String emailFromNot)
public AlertNotifierWhereInput emailFromNotContains(String emailFromNotContains)
@Nullable public String getEmailFromNotContains()
public void setEmailFromNotContains(String emailFromNotContains)
public AlertNotifierWhereInput emailFromNotEndsWith(String emailFromNotEndsWith)
@Nullable public String getEmailFromNotEndsWith()
public void setEmailFromNotEndsWith(String emailFromNotEndsWith)
public AlertNotifierWhereInput emailFromNotIn(List<String> emailFromNotIn)
public AlertNotifierWhereInput addEmailFromNotInItem(String emailFromNotInItem)
@Nullable public List<String> getEmailFromNotIn()
public AlertNotifierWhereInput emailFromNotStartsWith(String emailFromNotStartsWith)
@Nullable public String getEmailFromNotStartsWith()
public void setEmailFromNotStartsWith(String emailFromNotStartsWith)
public AlertNotifierWhereInput emailFromStartsWith(String emailFromStartsWith)
@Nullable public String getEmailFromStartsWith()
public void setEmailFromStartsWith(String emailFromStartsWith)
public AlertNotifierWhereInput entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public AlertNotifierWhereInput entityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public AlertNotifierWhereInput addEntityAsyncStatusInItem(EntityAsyncStatus entityAsyncStatusInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusIn()
public void setEntityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public AlertNotifierWhereInput entityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
@Nullable public EntityAsyncStatus getEntityAsyncStatusNot()
public void setEntityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
public AlertNotifierWhereInput entityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public AlertNotifierWhereInput addEntityAsyncStatusNotInItem(EntityAsyncStatus entityAsyncStatusNotInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusNotIn()
public void setEntityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public AlertNotifierWhereInput id(String id)
public void setId(String id)
public AlertNotifierWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public AlertNotifierWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public AlertNotifierWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public AlertNotifierWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public AlertNotifierWhereInput idIn(List<String> idIn)
public AlertNotifierWhereInput addIdInItem(String idInItem)
public AlertNotifierWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public AlertNotifierWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public AlertNotifierWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public AlertNotifierWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public AlertNotifierWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public AlertNotifierWhereInput idNotIn(List<String> idNotIn)
public AlertNotifierWhereInput addIdNotInItem(String idNotInItem)
public AlertNotifierWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public AlertNotifierWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public AlertNotifierWhereInput languageCode(NotifierLanguageCode languageCode)
@Nullable public NotifierLanguageCode getLanguageCode()
public void setLanguageCode(NotifierLanguageCode languageCode)
public AlertNotifierWhereInput languageCodeIn(List<NotifierLanguageCode> languageCodeIn)
public AlertNotifierWhereInput addLanguageCodeInItem(NotifierLanguageCode languageCodeInItem)
@Nullable public List<NotifierLanguageCode> getLanguageCodeIn()
public void setLanguageCodeIn(List<NotifierLanguageCode> languageCodeIn)
public AlertNotifierWhereInput languageCodeNot(NotifierLanguageCode languageCodeNot)
@Nullable public NotifierLanguageCode getLanguageCodeNot()
public void setLanguageCodeNot(NotifierLanguageCode languageCodeNot)
public AlertNotifierWhereInput languageCodeNotIn(List<NotifierLanguageCode> languageCodeNotIn)
public AlertNotifierWhereInput addLanguageCodeNotInItem(NotifierLanguageCode languageCodeNotInItem)
@Nullable public List<NotifierLanguageCode> getLanguageCodeNotIn()
public void setLanguageCodeNotIn(List<NotifierLanguageCode> languageCodeNotIn)
public AlertNotifierWhereInput name(String name)
public void setName(String name)
public AlertNotifierWhereInput nameContains(String nameContains)
public void setNameContains(String nameContains)
public AlertNotifierWhereInput nameEndsWith(String nameEndsWith)
public void setNameEndsWith(String nameEndsWith)
public AlertNotifierWhereInput nameGt(String nameGt)
public void setNameGt(String nameGt)
public AlertNotifierWhereInput nameGte(String nameGte)
public void setNameGte(String nameGte)
public AlertNotifierWhereInput nameIn(List<String> nameIn)
public AlertNotifierWhereInput addNameInItem(String nameInItem)
public AlertNotifierWhereInput nameLt(String nameLt)
public void setNameLt(String nameLt)
public AlertNotifierWhereInput nameLte(String nameLte)
public void setNameLte(String nameLte)
public AlertNotifierWhereInput nameNot(String nameNot)
public void setNameNot(String nameNot)
public AlertNotifierWhereInput nameNotContains(String nameNotContains)
@Nullable public String getNameNotContains()
public void setNameNotContains(String nameNotContains)
public AlertNotifierWhereInput nameNotEndsWith(String nameNotEndsWith)
@Nullable public String getNameNotEndsWith()
public void setNameNotEndsWith(String nameNotEndsWith)
public AlertNotifierWhereInput nameNotIn(List<String> nameNotIn)
public AlertNotifierWhereInput addNameNotInItem(String nameNotInItem)
public AlertNotifierWhereInput nameNotStartsWith(String nameNotStartsWith)
@Nullable public String getNameNotStartsWith()
public void setNameNotStartsWith(String nameNotStartsWith)
public AlertNotifierWhereInput nameStartsWith(String nameStartsWith)
public void setNameStartsWith(String nameStartsWith)
public AlertNotifierWhereInput securityMode(NotifierSecurityMode securityMode)
@Nullable public NotifierSecurityMode getSecurityMode()
public void setSecurityMode(NotifierSecurityMode securityMode)
public AlertNotifierWhereInput securityModeIn(List<NotifierSecurityMode> securityModeIn)
public AlertNotifierWhereInput addSecurityModeInItem(NotifierSecurityMode securityModeInItem)
@Nullable public List<NotifierSecurityMode> getSecurityModeIn()
public void setSecurityModeIn(List<NotifierSecurityMode> securityModeIn)
public AlertNotifierWhereInput securityModeNot(NotifierSecurityMode securityModeNot)
@Nullable public NotifierSecurityMode getSecurityModeNot()
public void setSecurityModeNot(NotifierSecurityMode securityModeNot)
public AlertNotifierWhereInput securityModeNotIn(List<NotifierSecurityMode> securityModeNotIn)
public AlertNotifierWhereInput addSecurityModeNotInItem(NotifierSecurityMode securityModeNotInItem)
@Nullable public List<NotifierSecurityMode> getSecurityModeNotIn()
public void setSecurityModeNotIn(List<NotifierSecurityMode> securityModeNotIn)
public AlertNotifierWhereInput smtpServerConfig(SmtpServerWhereInput smtpServerConfig)
@Nullable public SmtpServerWhereInput getSmtpServerConfig()
public void setSmtpServerConfig(SmtpServerWhereInput smtpServerConfig)
public AlertNotifierWhereInput smtpServerHost(String smtpServerHost)
public void setSmtpServerHost(String smtpServerHost)
public AlertNotifierWhereInput smtpServerHostContains(String smtpServerHostContains)
@Nullable public String getSmtpServerHostContains()
public void setSmtpServerHostContains(String smtpServerHostContains)
public AlertNotifierWhereInput smtpServerHostEndsWith(String smtpServerHostEndsWith)
@Nullable public String getSmtpServerHostEndsWith()
public void setSmtpServerHostEndsWith(String smtpServerHostEndsWith)
public AlertNotifierWhereInput smtpServerHostGt(String smtpServerHostGt)
@Nullable public String getSmtpServerHostGt()
public void setSmtpServerHostGt(String smtpServerHostGt)
public AlertNotifierWhereInput smtpServerHostGte(String smtpServerHostGte)
@Nullable public String getSmtpServerHostGte()
public void setSmtpServerHostGte(String smtpServerHostGte)
public AlertNotifierWhereInput smtpServerHostIn(List<String> smtpServerHostIn)
public AlertNotifierWhereInput addSmtpServerHostInItem(String smtpServerHostInItem)
@Nullable public List<String> getSmtpServerHostIn()
public AlertNotifierWhereInput smtpServerHostLt(String smtpServerHostLt)
@Nullable public String getSmtpServerHostLt()
public void setSmtpServerHostLt(String smtpServerHostLt)
public AlertNotifierWhereInput smtpServerHostLte(String smtpServerHostLte)
@Nullable public String getSmtpServerHostLte()
public void setSmtpServerHostLte(String smtpServerHostLte)
public AlertNotifierWhereInput smtpServerHostNot(String smtpServerHostNot)
@Nullable public String getSmtpServerHostNot()
public void setSmtpServerHostNot(String smtpServerHostNot)
public AlertNotifierWhereInput smtpServerHostNotContains(String smtpServerHostNotContains)
@Nullable public String getSmtpServerHostNotContains()
public void setSmtpServerHostNotContains(String smtpServerHostNotContains)
public AlertNotifierWhereInput smtpServerHostNotEndsWith(String smtpServerHostNotEndsWith)
@Nullable public String getSmtpServerHostNotEndsWith()
public void setSmtpServerHostNotEndsWith(String smtpServerHostNotEndsWith)
public AlertNotifierWhereInput smtpServerHostNotIn(List<String> smtpServerHostNotIn)
public AlertNotifierWhereInput addSmtpServerHostNotInItem(String smtpServerHostNotInItem)
@Nullable public List<String> getSmtpServerHostNotIn()
public AlertNotifierWhereInput smtpServerHostNotStartsWith(String smtpServerHostNotStartsWith)
@Nullable public String getSmtpServerHostNotStartsWith()
public void setSmtpServerHostNotStartsWith(String smtpServerHostNotStartsWith)
public AlertNotifierWhereInput smtpServerHostStartsWith(String smtpServerHostStartsWith)
@Nullable public String getSmtpServerHostStartsWith()
public void setSmtpServerHostStartsWith(String smtpServerHostStartsWith)
public AlertNotifierWhereInput smtpServerPort(Integer smtpServerPort)
@Nullable public Integer getSmtpServerPort()
public void setSmtpServerPort(Integer smtpServerPort)
public AlertNotifierWhereInput smtpServerPortGt(Integer smtpServerPortGt)
@Nullable public Integer getSmtpServerPortGt()
public void setSmtpServerPortGt(Integer smtpServerPortGt)
public AlertNotifierWhereInput smtpServerPortGte(Integer smtpServerPortGte)
@Nullable public Integer getSmtpServerPortGte()
public void setSmtpServerPortGte(Integer smtpServerPortGte)
public AlertNotifierWhereInput smtpServerPortIn(List<Integer> smtpServerPortIn)
public AlertNotifierWhereInput addSmtpServerPortInItem(Integer smtpServerPortInItem)
@Nullable public List<Integer> getSmtpServerPortIn()
public AlertNotifierWhereInput smtpServerPortLt(Integer smtpServerPortLt)
@Nullable public Integer getSmtpServerPortLt()
public void setSmtpServerPortLt(Integer smtpServerPortLt)
public AlertNotifierWhereInput smtpServerPortLte(Integer smtpServerPortLte)
@Nullable public Integer getSmtpServerPortLte()
public void setSmtpServerPortLte(Integer smtpServerPortLte)
public AlertNotifierWhereInput smtpServerPortNot(Integer smtpServerPortNot)
@Nullable public Integer getSmtpServerPortNot()
public void setSmtpServerPortNot(Integer smtpServerPortNot)
public AlertNotifierWhereInput smtpServerPortNotIn(List<Integer> smtpServerPortNotIn)
public AlertNotifierWhereInput addSmtpServerPortNotInItem(Integer smtpServerPortNotInItem)
@Nullable public List<Integer> getSmtpServerPortNotIn()
public AlertNotifierWhereInput username(String username)
public void setUsername(String username)
public AlertNotifierWhereInput usernameContains(String usernameContains)
@Nullable public String getUsernameContains()
public void setUsernameContains(String usernameContains)
public AlertNotifierWhereInput usernameEndsWith(String usernameEndsWith)
@Nullable public String getUsernameEndsWith()
public void setUsernameEndsWith(String usernameEndsWith)
public AlertNotifierWhereInput usernameGt(String usernameGt)
public void setUsernameGt(String usernameGt)
public AlertNotifierWhereInput usernameGte(String usernameGte)
public void setUsernameGte(String usernameGte)
public AlertNotifierWhereInput usernameIn(List<String> usernameIn)
public AlertNotifierWhereInput addUsernameInItem(String usernameInItem)
public AlertNotifierWhereInput usernameLt(String usernameLt)
public void setUsernameLt(String usernameLt)
public AlertNotifierWhereInput usernameLte(String usernameLte)
public void setUsernameLte(String usernameLte)
public AlertNotifierWhereInput usernameNot(String usernameNot)
public void setUsernameNot(String usernameNot)
public AlertNotifierWhereInput usernameNotContains(String usernameNotContains)
@Nullable public String getUsernameNotContains()
public void setUsernameNotContains(String usernameNotContains)
public AlertNotifierWhereInput usernameNotEndsWith(String usernameNotEndsWith)
@Nullable public String getUsernameNotEndsWith()
public void setUsernameNotEndsWith(String usernameNotEndsWith)
public AlertNotifierWhereInput usernameNotIn(List<String> usernameNotIn)
public AlertNotifierWhereInput addUsernameNotInItem(String usernameNotInItem)
@Nullable public List<String> getUsernameNotIn()
public AlertNotifierWhereInput usernameNotStartsWith(String usernameNotStartsWith)
@Nullable public String getUsernameNotStartsWith()
public void setUsernameNotStartsWith(String usernameNotStartsWith)
public AlertNotifierWhereInput usernameStartsWith(String usernameStartsWith)
@Nullable public String getUsernameStartsWith()
public void setUsernameStartsWith(String usernameStartsWith)
Copyright © 2025. All rights reserved.