public class DescribeUnbindClientListRequest extends AbstractModel
Constructor and Description |
---|
DescribeUnbindClientListRequest() |
DescribeUnbindClientListRequest(DescribeUnbindClientListRequest 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 |
getApplyTimeEnd()
Get 解绑申请时间范围终止点
|
String |
getApplyTimeStart()
Get 解绑申请时间范围起始点
|
Long |
getLimit()
Get 限制数目
|
Long |
getOffset()
Get 偏移量
|
String |
getOrderDirection()
Get 对申请时间的升序降序,值:asc,desc
|
Long |
getStatus()
Get 解绑状态:0:所有,1:审核中,2已解绑
|
String |
getUnbindUin()
Get 解绑账号ID
|
void |
setApplyTimeEnd(String ApplyTimeEnd)
Set 解绑申请时间范围终止点
|
void |
setApplyTimeStart(String ApplyTimeStart)
Set 解绑申请时间范围起始点
|
void |
setLimit(Long Limit)
Set 限制数目
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setOrderDirection(String OrderDirection)
Set 对申请时间的升序降序,值:asc,desc
|
void |
setStatus(Long Status)
Set 解绑状态:0:所有,1:审核中,2已解绑
|
void |
setUnbindUin(String UnbindUin)
Set 解绑账号ID
|
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 DescribeUnbindClientListRequest()
public DescribeUnbindClientListRequest(DescribeUnbindClientListRequest source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 解绑状态:0:所有,1:审核中,2已解绑public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目public String getUnbindUin()
public void setUnbindUin(String UnbindUin)
UnbindUin
- 解绑账号IDpublic String getApplyTimeStart()
public void setApplyTimeStart(String ApplyTimeStart)
ApplyTimeStart
- 解绑申请时间范围起始点public String getApplyTimeEnd()
public void setApplyTimeEnd(String ApplyTimeEnd)
ApplyTimeEnd
- 解绑申请时间范围终止点public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- 对申请时间的升序降序,值:asc,descCopyright © 2022. All rights reserved.