public class QuerySessionInfoShrinkRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
pageNo
example:
1
|
Integer |
pageSize
example:
10
|
String |
projectId
example:
805800890535673856
|
String |
statusListShrink |
构造器和说明 |
---|
QuerySessionInfoShrinkRequest() |
限定符和类型 | 方法和说明 |
---|---|
static QuerySessionInfoShrinkRequest |
build(Map<String,?> map) |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getProjectId() |
String |
getStatusListShrink() |
QuerySessionInfoShrinkRequest |
setPageNo(Integer pageNo) |
QuerySessionInfoShrinkRequest |
setPageSize(Integer pageSize) |
QuerySessionInfoShrinkRequest |
setProjectId(String projectId) |
QuerySessionInfoShrinkRequest |
setStatusListShrink(String statusListShrink) |
@NameInMap(value="pageNo") public Integer pageNo
1
@NameInMap(value="pageSize") public Integer pageSize
10
@NameInMap(value="projectId") public String projectId
805800890535673856
@NameInMap(value="statusList") public String statusListShrink
public static QuerySessionInfoShrinkRequest build(Map<String,?> map) throws Exception
Exception
public QuerySessionInfoShrinkRequest setPageNo(Integer pageNo)
public Integer getPageNo()
public QuerySessionInfoShrinkRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public QuerySessionInfoShrinkRequest setProjectId(String projectId)
public String getProjectId()
public QuerySessionInfoShrinkRequest setStatusListShrink(String statusListShrink)
public String getStatusListShrink()
Copyright © 2024. All rights reserved.