public class SendProductNoticeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authToken |
DingTalkContent |
dingTalkContent |
EmailContent |
emailContent |
String |
noticeType |
String |
productInstanceId |
SmsContent |
smsContent |
| 构造器和说明 |
|---|
SendProductNoticeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SendProductNoticeRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
DingTalkContent |
getDingTalkContent() |
EmailContent |
getEmailContent() |
String |
getNoticeType() |
String |
getProductInstanceId() |
SmsContent |
getSmsContent() |
SendProductNoticeRequest |
setAuthToken(String authToken) |
SendProductNoticeRequest |
setDingTalkContent(DingTalkContent dingTalkContent) |
SendProductNoticeRequest |
setEmailContent(EmailContent emailContent) |
SendProductNoticeRequest |
setNoticeType(String noticeType) |
SendProductNoticeRequest |
setProductInstanceId(String productInstanceId) |
SendProductNoticeRequest |
setSmsContent(SmsContent smsContent) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="notice_type") @Validation(required=true) public String noticeType
@NameInMap(value="ding_talk_content") public DingTalkContent dingTalkContent
@NameInMap(value="sms_content") public SmsContent smsContent
@NameInMap(value="email_content") public EmailContent emailContent
public static SendProductNoticeRequest build(Map<String,?> map) throws Exception
Exceptionpublic SendProductNoticeRequest setAuthToken(String authToken)
public String getAuthToken()
public SendProductNoticeRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public SendProductNoticeRequest setNoticeType(String noticeType)
public String getNoticeType()
public SendProductNoticeRequest setDingTalkContent(DingTalkContent dingTalkContent)
public DingTalkContent getDingTalkContent()
public SendProductNoticeRequest setSmsContent(SmsContent smsContent)
public SmsContent getSmsContent()
public SendProductNoticeRequest setEmailContent(EmailContent emailContent)
public EmailContent getEmailContent()
Copyright © 2022. All rights reserved.