public class ProcessCommentInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProcessCommentInfo.Builder |
| 构造器和说明 |
|---|
ProcessCommentInfo() |
ProcessCommentInfo(ProcessCommentInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getAtUserIds() |
String |
getCommentId() |
String |
getCommentMsg() |
String |
getCommentorId() |
DataengineI18n |
getCommentorName() |
String |
getCommentTime() |
Integer |
getFileCount() |
Integer |
getImageCount() |
static ProcessCommentInfo.Builder |
newBuilder() |
void |
setAtUserIds(String[] atUserIds) |
void |
setCommentId(String commentId) |
void |
setCommentMsg(String commentMsg) |
void |
setCommentorId(String commentorId) |
void |
setCommentorName(DataengineI18n commentorName) |
void |
setCommentTime(String commentTime) |
void |
setFileCount(Integer fileCount) |
void |
setImageCount(Integer imageCount) |
public ProcessCommentInfo()
public ProcessCommentInfo(ProcessCommentInfo.Builder builder)
public static ProcessCommentInfo.Builder newBuilder()
public String getCommentorId()
public void setCommentorId(String commentorId)
public DataengineI18n getCommentorName()
public void setCommentorName(DataengineI18n commentorName)
public String getCommentTime()
public void setCommentTime(String commentTime)
public String getCommentMsg()
public void setCommentMsg(String commentMsg)
public String[] getAtUserIds()
public void setAtUserIds(String[] atUserIds)
public Integer getFileCount()
public void setFileCount(Integer fileCount)
public Integer getImageCount()
public void setImageCount(Integer imageCount)
public String getCommentId()
public void setCommentId(String commentId)
Copyright © 2025. All rights reserved.