public class ProcessCommentInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProcessCommentInfo.Builder |
| 构造器和说明 |
|---|
ProcessCommentInfo() |
ProcessCommentInfo(ProcessCommentInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommentMsg() |
String |
getCommentorId() |
DataengineI18n |
getCommentorName() |
String |
getCommentTime() |
static ProcessCommentInfo.Builder |
newBuilder() |
void |
setCommentMsg(String commentMsg) |
void |
setCommentorId(String commentorId) |
void |
setCommentorName(DataengineI18n commentorName) |
void |
setCommentTime(String commentTime) |
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)
Copyright © 2025. All rights reserved.