public class UserProcess extends Object implements Serializable
| Constructor and Description |
|---|
UserProcess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAudioUrl() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getProcessId() |
Integer |
getRightCount() |
Integer |
getScore() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setAudioUrl(String audioUrl) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setProcessId(Long processId) |
void |
setRightCount(Integer rightCount) |
void |
setScore(Integer score) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getProcessId()
public void setProcessId(Long processId)
public Integer getScore()
public void setScore(Integer score)
public Integer getRightCount()
public void setRightCount(Integer rightCount)
public String getAudioUrl()
public void setAudioUrl(String audioUrl)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2019. All Rights Reserved.