@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class AlertNotifierManyUpdationParams extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AlertNotifierManyUpdationParams.NoticeSeveritiesEnum
Gets or Sets noticeSeverities
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_DISABLED |
static String |
SERIALIZED_NAME_EMAIL_FROM |
static String |
SERIALIZED_NAME_EMAIL_TOS |
static String |
SERIALIZED_NAME_LANGUAGE_CODE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NOTICE_SEVERITIES |
static String |
SERIALIZED_NAME_SMTP_SERVER_ID |
static String |
SERIALIZED_NAME_WHERE |
| 构造器和说明 |
|---|
AlertNotifierManyUpdationParams() |
public static final String SERIALIZED_NAME_NOTICE_SEVERITIES
public static final String SERIALIZED_NAME_SMTP_SERVER_ID
public AlertNotifierManyUpdationParams noticeSeverities(List<AlertNotifierManyUpdationParams.NoticeSeveritiesEnum> noticeSeverities)
public AlertNotifierManyUpdationParams addNoticeSeveritiesItem(AlertNotifierManyUpdationParams.NoticeSeveritiesEnum noticeSeveritiesItem)
@Nullable public List<AlertNotifierManyUpdationParams.NoticeSeveritiesEnum> getNoticeSeverities()
public void setNoticeSeverities(List<AlertNotifierManyUpdationParams.NoticeSeveritiesEnum> noticeSeverities)
public AlertNotifierManyUpdationParams languageCode(NotifierLanguageCode languageCode)
@Nullable public NotifierLanguageCode getLanguageCode()
public void setLanguageCode(NotifierLanguageCode languageCode)
public AlertNotifierManyUpdationParams emailTos(List<String> emailTos)
public AlertNotifierManyUpdationParams addEmailTosItem(String emailTosItem)
public AlertNotifierManyUpdationParams emailFrom(String emailFrom)
public void setEmailFrom(String emailFrom)
public AlertNotifierManyUpdationParams disabled(Boolean disabled)
public void setDisabled(Boolean disabled)
public AlertNotifierManyUpdationParams smtpServerId(String smtpServerId)
public void setSmtpServerId(String smtpServerId)
public AlertNotifierManyUpdationParams name(String name)
public void setName(String name)
public AlertNotifierManyUpdationParams where(AlertNotifierWhereInput where)
@Nonnull public AlertNotifierWhereInput getWhere()
public void setWhere(AlertNotifierWhereInput where)
Copyright © 2025. All rights reserved.