public class DescribeRuleExecLogRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRuleExecLogRequest() | 
| DescribeRuleExecLogRequest(DescribeRuleExecLogRequest 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 | getRuleExecId()Get Rule Execution ID | 
| Long | getRuleGroupExecId()Get Rule Group Execution ID | 
| void | setProjectId(String ProjectId)Set Project ID | 
| void | setRuleExecId(Long RuleExecId)Set Rule Execution ID | 
| void | setRuleGroupExecId(Long RuleGroupExecId)Set Rule Group Execution ID | 
| 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 DescribeRuleExecLogRequest()
public DescribeRuleExecLogRequest(DescribeRuleExecLogRequest source)
public Long getRuleExecId()
public void setRuleExecId(Long RuleExecId)
RuleExecId - Rule Execution IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic Long getRuleGroupExecId()
public void setRuleGroupExecId(Long RuleGroupExecId)
RuleGroupExecId - Rule Group Execution IDCopyright © 2025. All rights reserved.