public class ActivityResult extends AbstractModel
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 The type of the scheme’s subtask.
|
void |
setActivityResItem(ActivityResItem ActivityResItem)
Set The execution results of the subtasks of the scheme.
|
void |
setActivityType(String ActivityType)
Set The type of the scheme’s subtask.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ActivityResult()
public ActivityResult(ActivityResult source)
public String getActivityType()
public void setActivityType(String ActivityType)
ActivityType
- The type of the scheme’s subtask.
public ActivityResItem getActivityResItem()
public void setActivityResItem(ActivityResItem ActivityResItem)
ActivityResItem
- The execution results of the subtasks of the scheme.Copyright © 2023. All rights reserved.