public class SnapshotOperateLog extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SnapshotOperateLog() | 
| SnapshotOperateLog(SnapshotOperateLog 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 | getAction()Get 操作类型
CreateCfsSnapshot:创建快照
DeleteCfsSnapshot:删除快照
CreateCfsFileSystem:创建文件系统
UpdateCfsSnapshotAttribute:更新快照 | 
| String | getActionName()Get 操作名称
CreateCfsSnapshot
DeleteCfsSnapshot
CreateCfsFileSystem
UpdateCfsSnapshotAttribute | 
| String | getActionTime()Get 操作时间 | 
| String | getOperator()Get 操作者uin | 
| Long | getResult()Get 1-任务进行中;2-任务成功;3-任务失败 | 
| void | setAction(String Action)Set 操作类型
CreateCfsSnapshot:创建快照
DeleteCfsSnapshot:删除快照
CreateCfsFileSystem:创建文件系统
UpdateCfsSnapshotAttribute:更新快照 | 
| void | setActionName(String ActionName)Set 操作名称
CreateCfsSnapshot
DeleteCfsSnapshot
CreateCfsFileSystem
UpdateCfsSnapshotAttribute | 
| void | setActionTime(String ActionTime)Set 操作时间 | 
| void | setOperator(String Operator)Set 操作者uin | 
| void | setResult(Long Result)Set 1-任务进行中;2-任务成功;3-任务失败 | 
| 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 SnapshotOperateLog()
public SnapshotOperateLog(SnapshotOperateLog source)
public String getAction()
public void setAction(String Action)
Action - 操作类型
CreateCfsSnapshot:创建快照
DeleteCfsSnapshot:删除快照
CreateCfsFileSystem:创建文件系统
UpdateCfsSnapshotAttribute:更新快照public String getActionTime()
public void setActionTime(String ActionTime)
ActionTime - 操作时间public String getActionName()
public void setActionName(String ActionName)
ActionName - 操作名称
CreateCfsSnapshot
DeleteCfsSnapshot
CreateCfsFileSystem
UpdateCfsSnapshotAttributepublic String getOperator()
public void setOperator(String Operator)
Operator - 操作者uinpublic Long getResult()
public void setResult(Long Result)
Result - 1-任务进行中;2-任务成功;3-任务失败Copyright © 2025. All rights reserved.