public class Progress extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Progress.Builder |
| 构造器和说明 |
|---|
Progress() |
Progress(Progress.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ContentBlock |
getContent() |
String |
getCreateTime() |
String |
getEntityId() |
Integer |
getEntityType() |
String |
getId() |
Owner |
getOwner() |
ProgressRate |
getProgressRate() |
String |
getUpdateTime() |
static Progress.Builder |
newBuilder() |
void |
setContent(ContentBlock content) |
void |
setCreateTime(String createTime) |
void |
setEntityId(String entityId) |
void |
setEntityType(Integer entityType) |
void |
setId(String id) |
void |
setOwner(Owner owner) |
void |
setProgressRate(ProgressRate progressRate) |
void |
setUpdateTime(String updateTime) |
public Progress()
public Progress(Progress.Builder builder)
public String getId()
public void setId(String id)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getUpdateTime()
public void setUpdateTime(String updateTime)
public Owner getOwner()
public void setOwner(Owner owner)
public Integer getEntityType()
public void setEntityType(Integer entityType)
public String getEntityId()
public void setEntityId(String entityId)
public ContentBlock getContent()
public void setContent(ContentBlock content)
public ProgressRate getProgressRate()
public void setProgressRate(ProgressRate progressRate)
public static Progress.Builder newBuilder()
Copyright © 2026. All rights reserved.