public class ApprovalComment extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ApprovalComment.Builder |
| 构造器和说明 |
|---|
ApprovalComment() |
ApprovalComment(ApprovalComment.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommenter() |
String |
getContent() |
String |
getCreateAt() |
String |
getId() |
String |
getUpdateAt() |
static ApprovalComment.Builder |
newBuilder() |
void |
setCommenter(String commenter) |
void |
setContent(String content) |
void |
setCreateAt(String createAt) |
void |
setId(String id) |
void |
setUpdateAt(String updateAt) |
public ApprovalComment()
public ApprovalComment(ApprovalComment.Builder builder)
public String getId()
public void setId(String id)
public String getCommenter()
public void setCommenter(String commenter)
public String getContent()
public void setContent(String content)
public String getCreateAt()
public void setCreateAt(String createAt)
public String getUpdateAt()
public void setUpdateAt(String updateAt)
public static ApprovalComment.Builder newBuilder()
Copyright © 2025. All rights reserved.