public static class CreateCardRequest.CreateCardRequestImGroupOpenSpaceModelNotification
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
alertContent
【条件必填】通知内容
若不填写则使用默认文案:如你收到1条新消息
|
Boolean |
notificationOff
是否推送通知,默认为 false
|
构造器和说明 |
---|
CreateCardRequestImGroupOpenSpaceModelNotification() |
限定符和类型 | 方法和说明 |
---|---|
static CreateCardRequest.CreateCardRequestImGroupOpenSpaceModelNotification |
build(Map<String,?> map) |
String |
getAlertContent() |
Boolean |
getNotificationOff() |
CreateCardRequest.CreateCardRequestImGroupOpenSpaceModelNotification |
setAlertContent(String alertContent) |
CreateCardRequest.CreateCardRequestImGroupOpenSpaceModelNotification |
setNotificationOff(Boolean notificationOff) |
@NameInMap(value="alertContent") public String alertContent
【条件必填】通知内容
若不填写则使用默认文案:如你收到1条新消息
@NameInMap(value="notificationOff") public Boolean notificationOff
是否推送通知,默认为 false
public CreateCardRequestImGroupOpenSpaceModelNotification()
public static CreateCardRequest.CreateCardRequestImGroupOpenSpaceModelNotification build(Map<String,?> map) throws Exception
Exception
public CreateCardRequest.CreateCardRequestImGroupOpenSpaceModelNotification setAlertContent(String alertContent)
public String getAlertContent()
public CreateCardRequest.CreateCardRequestImGroupOpenSpaceModelNotification setNotificationOff(Boolean notificationOff)
public Boolean getNotificationOff()
Copyright © 2023. All rights reserved.