Class SnapshotOperateLog
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.SnapshotOperateLog
-
public class SnapshotOperateLog extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Get 操作类型 CreateCfsSnapshot:创建快照 DeleteCfsSnapshot:删除快照 CreateCfsFileSystem:创建文件系统 UpdateCfsSnapshotAttribute:更新快照StringgetActionName()Get 操作名称 CreateCfsSnapshot DeleteCfsSnapshot CreateCfsFileSystem UpdateCfsSnapshotAttributeStringgetActionTime()Get 操作时间StringgetOperator()Get 操作者uinLonggetResult()Get 1-任务进行中;2-任务成功;3-任务失败voidsetAction(String Action)Set 操作类型 CreateCfsSnapshot:创建快照 DeleteCfsSnapshot:删除快照 CreateCfsFileSystem:创建文件系统 UpdateCfsSnapshotAttribute:更新快照voidsetActionName(String ActionName)Set 操作名称 CreateCfsSnapshot DeleteCfsSnapshot CreateCfsFileSystem UpdateCfsSnapshotAttributevoidsetActionTime(String ActionTime)Set 操作时间voidsetOperator(String Operator)Set 操作者uinvoidsetResult(Long Result)Set 1-任务进行中;2-任务成功;3-任务失败voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SnapshotOperateLog
public SnapshotOperateLog()
-
SnapshotOperateLog
public 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.
-
-
Method Detail
-
getAction
public String getAction()
Get 操作类型 CreateCfsSnapshot:创建快照 DeleteCfsSnapshot:删除快照 CreateCfsFileSystem:创建文件系统 UpdateCfsSnapshotAttribute:更新快照- Returns:
- Action 操作类型 CreateCfsSnapshot:创建快照 DeleteCfsSnapshot:删除快照 CreateCfsFileSystem:创建文件系统 UpdateCfsSnapshotAttribute:更新快照
-
setAction
public void setAction(String Action)
Set 操作类型 CreateCfsSnapshot:创建快照 DeleteCfsSnapshot:删除快照 CreateCfsFileSystem:创建文件系统 UpdateCfsSnapshotAttribute:更新快照- Parameters:
Action- 操作类型 CreateCfsSnapshot:创建快照 DeleteCfsSnapshot:删除快照 CreateCfsFileSystem:创建文件系统 UpdateCfsSnapshotAttribute:更新快照
-
getActionTime
public String getActionTime()
Get 操作时间- Returns:
- ActionTime 操作时间
-
setActionTime
public void setActionTime(String ActionTime)
Set 操作时间- Parameters:
ActionTime- 操作时间
-
getActionName
public String getActionName()
Get 操作名称 CreateCfsSnapshot DeleteCfsSnapshot CreateCfsFileSystem UpdateCfsSnapshotAttribute- Returns:
- ActionName 操作名称 CreateCfsSnapshot DeleteCfsSnapshot CreateCfsFileSystem UpdateCfsSnapshotAttribute
-
setActionName
public void setActionName(String ActionName)
Set 操作名称 CreateCfsSnapshot DeleteCfsSnapshot CreateCfsFileSystem UpdateCfsSnapshotAttribute- Parameters:
ActionName- 操作名称 CreateCfsSnapshot DeleteCfsSnapshot CreateCfsFileSystem UpdateCfsSnapshotAttribute
-
getOperator
public String getOperator()
Get 操作者uin- Returns:
- Operator 操作者uin
-
setOperator
public void setOperator(String Operator)
Set 操作者uin- Parameters:
Operator- 操作者uin
-
getResult
public Long getResult()
Get 1-任务进行中;2-任务成功;3-任务失败- Returns:
- Result 1-任务进行中;2-任务成功;3-任务失败
-
setResult
public void setResult(Long Result)
Set 1-任务进行中;2-任务成功;3-任务失败- Parameters:
Result- 1-任务进行中;2-任务成功;3-任务失败
-
-