public class CreateRuleTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateRuleTemplateRequest() |
CreateRuleTemplateRequest(CreateRuleTemplateRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get Template Description
|
Boolean |
getMultiSourceFlag()
Get Whether to Associate with Other Databases and Tables
|
String |
getName()
Get Template Name
|
String |
getProjectId()
Get Project ID
|
Long |
getQualityDim()
Get Quality Inspection Dimension 1.
|
Long[] |
getSourceEngineTypes()
Get Corresponding Engine Type of the Source
|
Long |
getSourceObjectType()
Get Source Data Object Type 1.
|
String |
getSqlExpression()
Get SQL Expression
|
Long |
getType()
Get Template Type 1.
|
Boolean |
getWhereFlag()
Get Whether to add where parameter
|
void |
setDescription(String Description)
Set Template Description
|
void |
setMultiSourceFlag(Boolean MultiSourceFlag)
Set Whether to Associate with Other Databases and Tables
|
void |
setName(String Name)
Set Template Name
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setQualityDim(Long QualityDim)
Set Quality Inspection Dimension 1.
|
void |
setSourceEngineTypes(Long[] SourceEngineTypes)
Set Corresponding Engine Type of the Source
|
void |
setSourceObjectType(Long SourceObjectType)
Set Source Data Object Type 1.
|
void |
setSqlExpression(String SqlExpression)
Set SQL Expression
|
void |
setType(Long Type)
Set Template Type 1.
|
void |
setWhereFlag(Boolean WhereFlag)
Set Whether to add where parameter
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateRuleTemplateRequest()
public CreateRuleTemplateRequest(CreateRuleTemplateRequest source)
public Long getType()
public void setType(Long Type)
Type
- Template Type 1. System Template 2. Custom Definition Templatepublic String getName()
public void setName(String Name)
Name
- Template Namepublic Long getQualityDim()
public void setQualityDim(Long QualityDim)
QualityDim
- Quality Inspection Dimension 1. Accuracy 2. Uniqueness 3. Integrity 4. Consistency 5. Timeliness 6. Validitypublic Long getSourceObjectType()
public void setSourceObjectType(Long SourceObjectType)
SourceObjectType
- Source Data Object Type 1. Constant 2. Offline Table Level 2. Offline Field Levelpublic String getDescription()
public void setDescription(String Description)
Description
- Template Descriptionpublic Long[] getSourceEngineTypes()
public void setSourceEngineTypes(Long[] SourceEngineTypes)
SourceEngineTypes
- Corresponding Engine Type of the Sourcepublic Boolean getMultiSourceFlag()
public void setMultiSourceFlag(Boolean MultiSourceFlag)
MultiSourceFlag
- Whether to Associate with Other Databases and Tablespublic String getSqlExpression()
public void setSqlExpression(String SqlExpression)
SqlExpression
- SQL Expressionpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Boolean getWhereFlag()
public void setWhereFlag(Boolean WhereFlag)
WhereFlag
- Whether to add where parameterCopyright © 2024. All rights reserved.