public class Activity extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Activity() | 
| Activity(Activity 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 | 
|---|---|
| ActivityPara | getActivityPara()Get The parameters of a subtask. | 
| String | getActivityType()Get Atomic task type. | 
| Long[] | getReardriveIndex()Get The indexes of the subsequent actions. | 
| void | setActivityPara(ActivityPara ActivityPara)Set The parameters of a subtask. | 
| void | setActivityType(String ActivityType)Set Atomic task type. | 
| void | setReardriveIndex(Long[] ReardriveIndex)Set The indexes of the subsequent actions. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Activity()
public Activity(Activity source)
public String getActivityType()
public void setActivityType(String ActivityType)
ActivityType - Atomic task type.
public Long[] getReardriveIndex()
public void setReardriveIndex(Long[] ReardriveIndex)
ReardriveIndex - The indexes of the subsequent actions.
Note: This field may return null, indicating that no valid values can be obtained.public ActivityPara getActivityPara()
public void setActivityPara(ActivityPara ActivityPara)
ActivityPara - The parameters of a subtask.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.