public class DescribeClientExceptionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeClientExceptionRequest() |
DescribeClientExceptionRequest(DescribeClientExceptionRequest 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 |
getEndTime()
Get End time in the format of `2006-01-02 15:04:05`
|
Long |
getExceptionType()
Get Client Exception Type 1: Client Offline, 2: Client Uninstallation
|
Long |
getLimit()
Get Limit per Page, not 0, up to 100
|
Long |
getOffset()
Get Pagination offset
|
String |
getStartTime()
Get Start time in the format of `2006-01-02 15:04:05`
|
void |
setEndTime(String EndTime)
Set End time in the format of `2006-01-02 15:04:05`
|
void |
setExceptionType(Long ExceptionType)
Set Client Exception Type 1: Client Offline, 2: Client Uninstallation
|
void |
setLimit(Long Limit)
Set Limit per Page, not 0, up to 100
|
void |
setOffset(Long Offset)
Set Pagination offset
|
void |
setStartTime(String StartTime)
Set Start time in the format of `2006-01-02 15:04:05`
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeClientExceptionRequest()
public DescribeClientExceptionRequest(DescribeClientExceptionRequest source)
public Long getExceptionType()
public void setExceptionType(Long ExceptionType)
ExceptionType
- Client Exception Type 1: Client Offline, 2: Client Uninstallationpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit per Page, not 0, up to 100public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time in the format of `2006-01-02 15:04:05`public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time in the format of `2006-01-02 15:04:05`Copyright © 2025. All rights reserved.