Class DescribeRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.DescribeRulesRequest
-
public class DescribeRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEngineType()
Get 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎String
getProjectId()
Get 项目idLong
getRuleGroupId()
Get 规则组idvoid
setEngineType(String EngineType)
Set 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎void
setProjectId(String ProjectId)
Set 项目idvoid
setRuleGroupId(Long RuleGroupId)
Set 规则组idvoid
toMap(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
-
DescribeRulesRequest
public DescribeRulesRequest()
-
DescribeRulesRequest
public 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.
-
-
Method Detail
-
getProjectId
public String getProjectId()
Get 项目id- Returns:
- ProjectId 项目id
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目id- Parameters:
ProjectId
- 项目id
-
getRuleGroupId
public Long getRuleGroupId()
Get 规则组id- Returns:
- RuleGroupId 规则组id
-
setRuleGroupId
public void setRuleGroupId(Long RuleGroupId)
Set 规则组id- Parameters:
RuleGroupId
- 规则组id
-
getEngineType
public String getEngineType()
Get 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎- Returns:
- EngineType 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
-
setEngineType
public void setEngineType(String EngineType)
Set 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎- Parameters:
EngineType
- 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
-
-