public class FileAction extends AbstractModel
header, skipSign
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 支持的所有操作,值包括:view(查看列表) remark(修改备注),deploy(部署),delete(删除文件)
|
String[] |
getAllowedAction()
Get 当前状态允许的操作,AllAction的子集,为空表示禁止所有操作
|
void |
setAllAction(String[] AllAction)
Set 支持的所有操作,值包括:view(查看列表) remark(修改备注),deploy(部署),delete(删除文件)
|
void |
setAllowedAction(String[] AllowedAction)
Set 当前状态允许的操作,AllAction的子集,为空表示禁止所有操作
|
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, toJsonString
public FileAction()
public FileAction(FileAction source)
public String[] getAllAction()
public void setAllAction(String[] AllAction)
AllAction
- 支持的所有操作,值包括:view(查看列表) remark(修改备注),deploy(部署),delete(删除文件)public String[] getAllowedAction()
public void setAllowedAction(String[] AllowedAction)
AllowedAction
- 当前状态允许的操作,AllAction的子集,为空表示禁止所有操作Copyright © 2024. All rights reserved.