public class ActivityResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ActivityResult()  | 
ActivityResult(ActivityResult 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 | 
|---|---|
ActivityResItem | 
getActivityResItem()
Get The execution results of the subtasks of the scheme. 
 | 
String | 
getActivityType()
Get Atomic task type. 
 | 
void | 
setActivityResItem(ActivityResItem ActivityResItem)
Set The execution results of the subtasks of the scheme. 
 | 
void | 
setActivityType(String ActivityType)
Set Atomic task type. 
 | 
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 ActivityResult()
public ActivityResult(ActivityResult source)
public String getActivityType()
public void setActivityType(String ActivityType)
ActivityType - Atomic task type.
public ActivityResItem getActivityResItem()
public void setActivityResItem(ActivityResItem ActivityResItem)
ActivityResItem - The execution results of the subtasks of the scheme.Copyright © 2025. All rights reserved.