public class RuleExecLog extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleExecLog() | 
| RuleExecLog(RuleExecLog 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 | 
|---|---|
| Boolean | getFinished()Get Completion Status
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getLog()Get ContentNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setFinished(Boolean Finished)Set Completion Status
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setLog(String Log)Set ContentNote: This field may return null, indicating that no valid value can be obtained. | 
| 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 RuleExecLog()
public RuleExecLog(RuleExecLog source)
public Boolean getFinished()
public void setFinished(Boolean Finished)
Finished - Completion Status
Note: This field may return null, indicating that no valid value can be obtained.public String getLog()
public void setLog(String Log)
Log - ContentNote: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.