public class DescribeRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRulesRequest() |
DescribeRulesRequest(DescribeRulesRequest 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 |
getEngineType()
Get The running execution engine, if not specified, the default execution engine under this data source will be requested
|
String |
getProjectId()
Get Project ID
|
Long |
getRuleGroupId()
Get Rule Group ID
|
void |
setEngineType(String EngineType)
Set The running execution engine, if not specified, the default execution engine under this data source will be requested
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setRuleGroupId(Long RuleGroupId)
Set Rule Group ID
|
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 DescribeRulesRequest()
public DescribeRulesRequest(DescribeRulesRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Long getRuleGroupId()
public void setRuleGroupId(Long RuleGroupId)
RuleGroupId
- Rule Group IDpublic String getEngineType()
public void setEngineType(String EngineType)
EngineType
- The running execution engine, if not specified, the default execution engine under this data source will be requestedCopyright © 2024. All rights reserved.