public class CreateQualityEntityRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
entityLevel |
String |
envType |
String |
matchExpression |
String |
projectName |
String |
tableName |
| 构造器和说明 |
|---|
CreateQualityEntityRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateQualityEntityRequest |
build(Map<String,?> map) |
Integer |
getEntityLevel() |
String |
getEnvType() |
String |
getMatchExpression() |
String |
getProjectName() |
String |
getTableName() |
CreateQualityEntityRequest |
setEntityLevel(Integer entityLevel) |
CreateQualityEntityRequest |
setEnvType(String envType) |
CreateQualityEntityRequest |
setMatchExpression(String matchExpression) |
CreateQualityEntityRequest |
setProjectName(String projectName) |
CreateQualityEntityRequest |
setTableName(String tableName) |
@NameInMap(value="EntityLevel") public Integer entityLevel
@NameInMap(value="EnvType") public String envType
@NameInMap(value="MatchExpression") public String matchExpression
@NameInMap(value="ProjectName") public String projectName
@NameInMap(value="TableName") public String tableName
public static CreateQualityEntityRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateQualityEntityRequest setEntityLevel(Integer entityLevel)
public Integer getEntityLevel()
public CreateQualityEntityRequest setEnvType(String envType)
public String getEnvType()
public CreateQualityEntityRequest setMatchExpression(String matchExpression)
public String getMatchExpression()
public CreateQualityEntityRequest setProjectName(String projectName)
public String getProjectName()
public CreateQualityEntityRequest setTableName(String tableName)
public String getTableName()
Copyright © 2021. All rights reserved.