Class ModifyRuleTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.ModifyRuleTemplateRequest
-
public class ModifyRuleTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyRuleTemplateRequest()ModifyRuleTemplateRequest(ModifyRuleTemplateRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 描述BooleangetMultiSourceFlag()Get 是否关联其它库表StringgetName()Get 模版名称StringgetProjectId()Get 项目IdLonggetQualityDim()Get 质量检测维度 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性Long[]getSourceEngineTypes()Get 源端对应的引擎类型LonggetSourceObjectType()Get 源端数据对象类型 1.常量 2.离线表级 2.离线字段级StringgetSqlExpression()Get SQL 表达式LonggetTemplateId()Get 模版IDLonggetType()Get 模版类型 1.系统模版 2.自定义模版BooleangetWhereFlag()Get 是否添加where参数voidsetDescription(String Description)Set 描述voidsetMultiSourceFlag(Boolean MultiSourceFlag)Set 是否关联其它库表voidsetName(String Name)Set 模版名称voidsetProjectId(String ProjectId)Set 项目IdvoidsetQualityDim(Long QualityDim)Set 质量检测维度 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性voidsetSourceEngineTypes(Long[] SourceEngineTypes)Set 源端对应的引擎类型voidsetSourceObjectType(Long SourceObjectType)Set 源端数据对象类型 1.常量 2.离线表级 2.离线字段级voidsetSqlExpression(String SqlExpression)Set SQL 表达式voidsetTemplateId(Long TemplateId)Set 模版IDvoidsetType(Long Type)Set 模版类型 1.系统模版 2.自定义模版voidsetWhereFlag(Boolean WhereFlag)Set 是否添加where参数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyRuleTemplateRequest
public ModifyRuleTemplateRequest()
-
ModifyRuleTemplateRequest
public ModifyRuleTemplateRequest(ModifyRuleTemplateRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getTemplateId
public Long getTemplateId()
Get 模版ID- Returns:
- TemplateId 模版ID
-
setTemplateId
public void setTemplateId(Long TemplateId)
Set 模版ID- Parameters:
TemplateId- 模版ID
-
getType
public Long getType()
Get 模版类型 1.系统模版 2.自定义模版- Returns:
- Type 模版类型 1.系统模版 2.自定义模版
-
setType
public void setType(Long Type)
Set 模版类型 1.系统模版 2.自定义模版- Parameters:
Type- 模版类型 1.系统模版 2.自定义模版
-
getName
public String getName()
Get 模版名称- Returns:
- Name 模版名称
-
setName
public void setName(String Name)
Set 模版名称- Parameters:
Name- 模版名称
-
getQualityDim
public Long getQualityDim()
Get 质量检测维度 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性- Returns:
- QualityDim 质量检测维度 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性
-
setQualityDim
public void setQualityDim(Long QualityDim)
Set 质量检测维度 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性- Parameters:
QualityDim- 质量检测维度 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性
-
getSourceObjectType
public Long getSourceObjectType()
Get 源端数据对象类型 1.常量 2.离线表级 2.离线字段级- Returns:
- SourceObjectType 源端数据对象类型 1.常量 2.离线表级 2.离线字段级
-
setSourceObjectType
public void setSourceObjectType(Long SourceObjectType)
Set 源端数据对象类型 1.常量 2.离线表级 2.离线字段级- Parameters:
SourceObjectType- 源端数据对象类型 1.常量 2.离线表级 2.离线字段级
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description- 描述
-
getSourceEngineTypes
public Long[] getSourceEngineTypes()
Get 源端对应的引擎类型- Returns:
- SourceEngineTypes 源端对应的引擎类型
-
setSourceEngineTypes
public void setSourceEngineTypes(Long[] SourceEngineTypes)
Set 源端对应的引擎类型- Parameters:
SourceEngineTypes- 源端对应的引擎类型
-
getMultiSourceFlag
public Boolean getMultiSourceFlag()
Get 是否关联其它库表- Returns:
- MultiSourceFlag 是否关联其它库表
-
setMultiSourceFlag
public void setMultiSourceFlag(Boolean MultiSourceFlag)
Set 是否关联其它库表- Parameters:
MultiSourceFlag- 是否关联其它库表
-
getSqlExpression
public String getSqlExpression()
Get SQL 表达式- Returns:
- SqlExpression SQL 表达式
-
setSqlExpression
public void setSqlExpression(String SqlExpression)
Set SQL 表达式- Parameters:
SqlExpression- SQL 表达式
-
getProjectId
public String getProjectId()
Get 项目Id- Returns:
- ProjectId 项目Id
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目Id- Parameters:
ProjectId- 项目Id
-
getWhereFlag
public Boolean getWhereFlag()
Get 是否添加where参数- Returns:
- WhereFlag 是否添加where参数
-
setWhereFlag
public void setWhereFlag(Boolean WhereFlag)
Set 是否添加where参数- Parameters:
WhereFlag- 是否添加where参数
-
-