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 Project ID | 
| Long[] | getSourceEngineTypes()Get Corresponding Engine Type of the Source | 
| Long | getSourceObjectType()Get 1. | 
| Long | getType()Get Template Type 1. | 
| void | setProjectId(String ProjectId)Set Project ID | 
| void | setSourceEngineTypes(Long[] SourceEngineTypes)Set Corresponding Engine Type of the Source | 
| void | setSourceObjectType(Long SourceObjectType)Set 1. | 
| void | setType(Long Type)Set Template Type 1. | 
| 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, toJsonStringpublic DescribeRuleTemplatesRequest()
public DescribeRuleTemplatesRequest(DescribeRuleTemplatesRequest source)
public Long getType()
public void setType(Long Type)
Type - Template Type 1. System Template 2. Custom Definition Templatepublic Long getSourceObjectType()
public void setSourceObjectType(Long SourceObjectType)
SourceObjectType - 1. Constant 2. Offline Table Level 2. Offline Field Levelpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic Long[] getSourceEngineTypes()
public void setSourceEngineTypes(Long[] SourceEngineTypes)
SourceEngineTypes - Corresponding Engine Type of the SourceCopyright © 2025. All rights reserved.