public class MigrateAction extends AbstractModel
| Constructor and Description | 
|---|
| MigrateAction() | 
| MigrateAction(MigrateAction 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 | 
|---|---|
| String[] | getAllAction()Get List of all operations in the task
Note: This field may return null, indicating that no valid values can be obtained. | 
| String[] | getAllowedAction()Get List of allowed operations in the task under the current status
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAllAction(String[] AllAction)Set List of all operations in the task
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAllowedAction(String[] AllowedAction)Set List of allowed operations in the task under the current status
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic MigrateAction()
public MigrateAction(MigrateAction source)
public String[] getAllAction()
public void setAllAction(String[] AllAction)
AllAction - List of all operations in the task
Note: This field may return null, indicating that no valid values can be obtained.public String[] getAllowedAction()
public void setAllowedAction(String[] AllowedAction)
AllowedAction - List of allowed operations in the task under the current status
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.