public class DescribeRuleTemplatesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRuleTemplatesRequest() |
DescribeRuleTemplatesRequest(DescribeRuleTemplatesRequest 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 |
getProjectId()
Get 项目Id
|
Long[] |
getSourceEngineTypes()
Get 源端对应的引擎类型
|
Long |
getSourceObjectType()
Get 1.常量 2.离线表级 2.离线字段级
|
Long |
getType()
Get 模板类型 1.系统模板 2.自定义模板
|
void |
setProjectId(String ProjectId)
Set 项目Id
|
void |
setSourceEngineTypes(Long[] SourceEngineTypes)
Set 源端对应的引擎类型
|
void |
setSourceObjectType(Long SourceObjectType)
Set 1.常量 2.离线表级 2.离线字段级
|
void |
setType(Long Type)
Set 模板类型 1.系统模板 2.自定义模板
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRuleTemplatesRequest()
public DescribeRuleTemplatesRequest(DescribeRuleTemplatesRequest source)
public Long getType()
public void setType(Long Type)
Type
- 模板类型 1.系统模板 2.自定义模板public Long getSourceObjectType()
public void setSourceObjectType(Long SourceObjectType)
SourceObjectType
- 1.常量 2.离线表级 2.离线字段级public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目Idpublic Long[] getSourceEngineTypes()
public void setSourceEngineTypes(Long[] SourceEngineTypes)
SourceEngineTypes
- 源端对应的引擎类型Copyright © 2024. All rights reserved.