public class Activity extends AbstractModel
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 The subtask 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 The subtask 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Activity()
public Activity(Activity source)
public String getActivityType()
public void setActivityType(String ActivityType)
ActivityType
- The subtask 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 © 2023. All rights reserved.