@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class AlertNotifier extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTERS |
static String |
SERIALIZED_NAME_DISABLED |
static String |
SERIALIZED_NAME_EMAIL_FROM |
static String |
SERIALIZED_NAME_EMAIL_TOS |
static String |
SERIALIZED_NAME_ENTITY_ASYNC_STATUS |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LANGUAGE_CODE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NOTICE_SEVERITIES |
static String |
SERIALIZED_NAME_SECURITY_MODE |
static String |
SERIALIZED_NAME_SMTP_SERVER_CONFIG |
static String |
SERIALIZED_NAME_SMTP_SERVER_HOST |
static String |
SERIALIZED_NAME_SMTP_SERVER_PORT |
static String |
SERIALIZED_NAME_USERNAME |
| 构造器和说明 |
|---|
AlertNotifier() |
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS
public static final String SERIALIZED_NAME_NOTICE_SEVERITIES
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_PORT
public AlertNotifier clusters(List<NestedCluster> clusters)
public AlertNotifier addClustersItem(NestedCluster clustersItem)
@Nullable public List<NestedCluster> getClusters()
public void setClusters(List<NestedCluster> clusters)
public AlertNotifier disabled(Boolean disabled)
public void setDisabled(Boolean disabled)
public AlertNotifier emailFrom(String emailFrom)
public void setEmailFrom(String emailFrom)
public AlertNotifier emailTos(List<String> emailTos)
public AlertNotifier addEmailTosItem(String emailTosItem)
public AlertNotifier entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public AlertNotifier id(String id)
public void setId(String id)
public AlertNotifier languageCode(NotifierLanguageCode languageCode)
@Nullable public NotifierLanguageCode getLanguageCode()
public void setLanguageCode(NotifierLanguageCode languageCode)
public AlertNotifier name(String name)
public void setName(String name)
public AlertNotifier noticeSeverities(List<String> noticeSeverities)
public AlertNotifier addNoticeSeveritiesItem(String noticeSeveritiesItem)
@Nonnull public List<String> getNoticeSeverities()
public AlertNotifier securityMode(NotifierSecurityMode securityMode)
@Nullable public NotifierSecurityMode getSecurityMode()
public void setSecurityMode(NotifierSecurityMode securityMode)
public AlertNotifier smtpServerConfig(NestedSmtpServer smtpServerConfig)
@Nullable public NestedSmtpServer getSmtpServerConfig()
public void setSmtpServerConfig(NestedSmtpServer smtpServerConfig)
public AlertNotifier smtpServerHost(String smtpServerHost)
public void setSmtpServerHost(String smtpServerHost)
public AlertNotifier smtpServerPort(Integer smtpServerPort)
@Nullable public Integer getSmtpServerPort()
public void setSmtpServerPort(Integer smtpServerPort)
public AlertNotifier username(String username)
public void setUsername(String username)
Copyright © 2025. All rights reserved.