public static class GetQualityEntityResponse.EntityDto extends Object
| 构造器和说明 |
|---|
EntityDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateTime() |
Integer |
getEntityLevel() |
String |
getEnvType() |
String |
getFollowers() |
Boolean |
getHasRelativeNode() |
Long |
getId() |
String |
getMatchExpression() |
Long |
getModifyTime() |
String |
getModifyUser() |
String |
getOnDuty() |
String |
getOnDutyAccountName() |
String |
getProjectName() |
String |
getRelativeNode() |
Integer |
getSql() |
String |
getTableName() |
Integer |
getTask() |
void |
setCreateTime(Long createTime) |
void |
setEntityLevel(Integer entityLevel) |
void |
setEnvType(String envType) |
void |
setFollowers(String followers) |
void |
setHasRelativeNode(Boolean hasRelativeNode) |
void |
setId(Long id) |
void |
setMatchExpression(String matchExpression) |
void |
setModifyTime(Long modifyTime) |
void |
setModifyUser(String modifyUser) |
void |
setOnDuty(String onDuty) |
void |
setOnDutyAccountName(String onDutyAccountName) |
void |
setProjectName(String projectName) |
void |
setRelativeNode(String relativeNode) |
void |
setSql(Integer sql) |
void |
setTableName(String tableName) |
void |
setTask(Integer task) |
public Long getId()
public void setId(Long id)
public String getProjectName()
public void setProjectName(String projectName)
public String getTableName()
public void setTableName(String tableName)
public String getEnvType()
public void setEnvType(String envType)
public String getMatchExpression()
public void setMatchExpression(String matchExpression)
public Integer getEntityLevel()
public void setEntityLevel(Integer entityLevel)
public String getOnDuty()
public void setOnDuty(String onDuty)
public String getModifyUser()
public void setModifyUser(String modifyUser)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getModifyTime()
public void setModifyTime(Long modifyTime)
public Integer getSql()
public void setSql(Integer sql)
public Integer getTask()
public void setTask(Integer task)
public String getFollowers()
public void setFollowers(String followers)
public Boolean getHasRelativeNode()
public void setHasRelativeNode(Boolean hasRelativeNode)
public String getRelativeNode()
public void setRelativeNode(String relativeNode)
public String getOnDutyAccountName()
public void setOnDutyAccountName(String onDutyAccountName)
Copyright © 2021. All rights reserved.