public class WorkplaceTenantNotification extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WorkplaceTenantNotification.Builder |
| 构造器和说明 |
|---|
WorkplaceTenantNotification() |
WorkplaceTenantNotification(WorkplaceTenantNotification.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
String |
getExpireTime() |
String |
getNotificationId() |
Rule |
getRule() |
static WorkplaceTenantNotification.Builder |
newBuilder() |
void |
setContent(String content) |
void |
setExpireTime(String expireTime) |
void |
setNotificationId(String notificationId) |
void |
setRule(Rule rule) |
public WorkplaceTenantNotification()
public WorkplaceTenantNotification(WorkplaceTenantNotification.Builder builder)
public static WorkplaceTenantNotification.Builder newBuilder()
public String getNotificationId()
public void setNotificationId(String notificationId)
public String getContent()
public void setContent(String content)
public String getExpireTime()
public void setExpireTime(String expireTime)
public Rule getRule()
public void setRule(Rule rule)
Copyright © 2025. All rights reserved.