public class MigrationAction extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MigrationAction()  | 
MigrationAction(MigrationAction 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 All the allowed operations. 
 | 
String[] | 
getAllowedAction()
Get Operation allowed in the current status. 
 | 
void | 
setAllAction(String[] AllAction)
Set All the allowed operations. 
 | 
void | 
setAllowedAction(String[] AllowedAction)
Set Operation allowed in the current status. 
 | 
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 MigrationAction()
public MigrationAction(MigrationAction source)
public String[] getAllAction()
public void setAllAction(String[] AllAction)
AllAction - All the allowed operations. Values include: view (viewing a task), modify (modifying a task), start (starting a task), incremental (creating an incremental task), delete (deleting a task), and upload (obtaining the upload permission).public String[] getAllowedAction()
public void setAllowedAction(String[] AllowedAction)
AllowedAction - Operation allowed in the current status. If the subset of AllAction is left empty, no operations will be allowed.Copyright © 2025. All rights reserved.