Class DescribeSnapshotOperationLogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.DescribeSnapshotOperationLogsRequest
-
public class DescribeSnapshotOperationLogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSnapshotOperationLogsRequest()DescribeSnapshotOperationLogsRequest(DescribeSnapshotOperationLogsRequest 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 StringgetEndTime()Get 结束时间StringgetSnapshotId()Get 文件系统快照IDStringgetStartTime()Get 起始时间voidsetEndTime(String EndTime)Set 结束时间voidsetSnapshotId(String SnapshotId)Set 文件系统快照IDvoidsetStartTime(String StartTime)Set 起始时间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
-
DescribeSnapshotOperationLogsRequest
public DescribeSnapshotOperationLogsRequest()
-
DescribeSnapshotOperationLogsRequest
public DescribeSnapshotOperationLogsRequest(DescribeSnapshotOperationLogsRequest 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
-
getSnapshotId
public String getSnapshotId()
Get 文件系统快照ID- Returns:
- SnapshotId 文件系统快照ID
-
setSnapshotId
public void setSnapshotId(String SnapshotId)
Set 文件系统快照ID- Parameters:
SnapshotId- 文件系统快照ID
-
getStartTime
public String getStartTime()
Get 起始时间- Returns:
- StartTime 起始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 起始时间- Parameters:
StartTime- 起始时间
-
getEndTime
public String getEndTime()
Get 结束时间- Returns:
- EndTime 结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间- Parameters:
EndTime- 结束时间
-
-