Class DescribeClientExceptionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeClientExceptionRequest
-
public class DescribeClientExceptionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEndTime()
Get 结束时间 `2006-01-02 15:04:05` 格式Long
getExceptionType()
Get 客户端异常类型 1:客户端离线,2:客户端卸载Long
getLimit()
Get 分页单页限制数目,不为0,最大值100Long
getOffset()
Get 分页的偏移量String
getStartTime()
Get 起始时间 `2006-01-02 15:04:05` 格式void
setEndTime(String EndTime)
Set 结束时间 `2006-01-02 15:04:05` 格式void
setExceptionType(Long ExceptionType)
Set 客户端异常类型 1:客户端离线,2:客户端卸载void
setLimit(Long Limit)
Set 分页单页限制数目,不为0,最大值100void
setOffset(Long Offset)
Set 分页的偏移量void
setStartTime(String StartTime)
Set 起始时间 `2006-01-02 15:04:05` 格式void
toMap(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
-
DescribeClientExceptionRequest
public DescribeClientExceptionRequest()
-
DescribeClientExceptionRequest
public 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.
-
-
Method Detail
-
getExceptionType
public Long getExceptionType()
Get 客户端异常类型 1:客户端离线,2:客户端卸载- Returns:
- ExceptionType 客户端异常类型 1:客户端离线,2:客户端卸载
-
setExceptionType
public void setExceptionType(Long ExceptionType)
Set 客户端异常类型 1:客户端离线,2:客户端卸载- Parameters:
ExceptionType
- 客户端异常类型 1:客户端离线,2:客户端卸载
-
getOffset
public Long getOffset()
Get 分页的偏移量- Returns:
- Offset 分页的偏移量
-
setOffset
public void setOffset(Long Offset)
Set 分页的偏移量- Parameters:
Offset
- 分页的偏移量
-
getLimit
public Long getLimit()
Get 分页单页限制数目,不为0,最大值100- Returns:
- Limit 分页单页限制数目,不为0,最大值100
-
setLimit
public void setLimit(Long Limit)
Set 分页单页限制数目,不为0,最大值100- Parameters:
Limit
- 分页单页限制数目,不为0,最大值100
-
getStartTime
public String getStartTime()
Get 起始时间 `2006-01-02 15:04:05` 格式- Returns:
- StartTime 起始时间 `2006-01-02 15:04:05` 格式
-
setStartTime
public void setStartTime(String StartTime)
Set 起始时间 `2006-01-02 15:04:05` 格式- Parameters:
StartTime
- 起始时间 `2006-01-02 15:04:05` 格式
-
getEndTime
public String getEndTime()
Get 结束时间 `2006-01-02 15:04:05` 格式- Returns:
- EndTime 结束时间 `2006-01-02 15:04:05` 格式
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间 `2006-01-02 15:04:05` 格式- Parameters:
EndTime
- 结束时间 `2006-01-02 15:04:05` 格式
-
-