public class SendNotification extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SendNotification.Builder |
| 构造器和说明 |
|---|
SendNotification() |
SendNotification(SendNotification.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getLanguage() |
Boolean |
getNeedSendNotification() |
static SendNotification.Builder |
newBuilder() |
void |
setLanguage(Integer language) |
void |
setNeedSendNotification(Boolean needSendNotification) |
public SendNotification()
public SendNotification(SendNotification.Builder builder)
public static SendNotification.Builder newBuilder()
public Boolean getNeedSendNotification()
public void setNeedSendNotification(Boolean needSendNotification)
public Integer getLanguage()
public void setLanguage(Integer language)
Copyright © 2025. All rights reserved.