public class FileAction extends AbstractModel
Constructor and Description |
---|
FileAction() |
FileAction(FileAction 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 Allowed operations.
|
String[] |
getAllowedAction()
Get Operation allowed in the current status.
|
void |
setAllAction(String[] AllAction)
Set 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FileAction()
public FileAction(FileAction source)
public String[] getAllAction()
public void setAllAction(String[] AllAction)
AllAction
- Allowed operations. Valid values: `view` (view list), `remark` (modify remark), `deploy` (deploy files), `delete` (delete files).public String[] getAllowedAction()
public void setAllowedAction(String[] AllowedAction)
AllowedAction
- Operation allowed in the current status. If the subset of `AllAction` is empty, no operations will be allowed.Copyright © 2023. All rights reserved.