public class CancelSendNotificationReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CancelSendNotificationReq.Builder |
| 构造器和说明 |
|---|
CancelSendNotificationReq() |
CancelSendNotificationReq(CancelSendNotificationReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
CancelSendNotificationReqBody |
getCancelSendNotificationReqBody() |
String |
getNotificationId() |
static CancelSendNotificationReq.Builder |
newBuilder() |
void |
setCancelSendNotificationReqBody(CancelSendNotificationReqBody body) |
void |
setNotificationId(String notificationId) |
public CancelSendNotificationReq()
public CancelSendNotificationReq(CancelSendNotificationReq.Builder builder)
public static CancelSendNotificationReq.Builder newBuilder()
public String getNotificationId()
public void setNotificationId(String notificationId)
public CancelSendNotificationReqBody getCancelSendNotificationReqBody()
public void setCancelSendNotificationReqBody(CancelSendNotificationReqBody body)
Copyright © 2022. All rights reserved.