public class PatchNotificationReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchNotificationReq.Builder |
| 构造器和说明 |
|---|
PatchNotificationReq() |
PatchNotificationReq(PatchNotificationReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Notification |
getNotification() |
String |
getNotificationId() |
String |
getUserIdType() |
static PatchNotificationReq.Builder |
newBuilder() |
void |
setNotification(Notification body) |
void |
setNotificationId(String notificationId) |
void |
setUserIdType(String userIdType) |
public PatchNotificationReq()
public PatchNotificationReq(PatchNotificationReq.Builder builder)
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getNotificationId()
public void setNotificationId(String notificationId)
public Notification getNotification()
public void setNotification(Notification body)
public static PatchNotificationReq.Builder newBuilder()
Copyright © 2025. All rights reserved.