public class Notice extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Notice.Builder |
| 构造器和说明 |
|---|
Notice() |
Notice(Notice.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFileToken() |
String |
getFileType() |
UserId |
getFromUserId() |
String |
getNoticeType() |
UserId |
getToUserId() |
static Notice.Builder |
newBuilder() |
void |
setFileToken(String fileToken) |
void |
setFileType(String fileType) |
void |
setFromUserId(UserId fromUserId) |
void |
setNoticeType(String noticeType) |
void |
setToUserId(UserId toUserId) |
public Notice()
public Notice(Notice.Builder builder)
public static Notice.Builder newBuilder()
public String getFileType()
public void setFileType(String fileType)
public String getFileToken()
public void setFileToken(String fileToken)
public UserId getFromUserId()
public void setFromUserId(UserId fromUserId)
public UserId getToUserId()
public void setToUserId(UserId toUserId)
public String getNoticeType()
public void setNoticeType(String noticeType)
Copyright © 2026. All rights reserved.