public class DescribeSnapshotOperationLogsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeginTime()
Get The start time of the operation logs to be queried, for example: '2019-11-22 00:00:00"
|
String |
getEndTime()
Get The end time of the operation logs to be queried, for example: '2019-11-22 23:59:59"
|
Filter[] |
getFilters()
Get Filter conditions.
|
void |
setBeginTime(String BeginTime)
Set The start time of the operation logs to be queried, for example: '2019-11-22 00:00:00"
|
void |
setEndTime(String EndTime)
Set The end time of the operation logs to be queried, for example: '2019-11-22 23:59:59"
|
void |
setFilters(Filter[] Filters)
Set Filter conditions.
|
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 DescribeSnapshotOperationLogsRequest()
public DescribeSnapshotOperationLogsRequest(DescribeSnapshotOperationLogsRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter conditions. The following conditions are supported:
public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- The start time of the operation logs to be queried, for example: '2019-11-22 00:00:00"public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time of the operation logs to be queried, for example: '2019-11-22 23:59:59"Copyright © 2023. All rights reserved.