public class DescribeCertificateOperateLogsRequest extends AbstractModel
Constructor and Description |
---|
DescribeCertificateOperateLogsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get End time.
|
Long |
getLimit()
Get Number of requested logs.
|
Long |
getOffset()
Get Offset.
|
String |
getStartTime()
Get Start time.
|
void |
setEndTime(String EndTime)
Set End time.
|
void |
setLimit(Long Limit)
Set Number of requested logs.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setStartTime(String StartTime)
Set Start time.
|
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 DescribeCertificateOperateLogsRequest()
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. The default value is 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of requested logs. The default value is 20.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time. The default value is 15 days ago.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time. The default value is the current time.Copyright © 2020. All rights reserved.