public class GetGroupActiveInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dingGroupId |
Long |
pageNumber |
Long |
pageSize |
String |
statDate |
| 构造器和说明 |
|---|
GetGroupActiveInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetGroupActiveInfoRequest |
build(Map<String,?> map) |
String |
getDingGroupId() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getStatDate() |
GetGroupActiveInfoRequest |
setDingGroupId(String dingGroupId) |
GetGroupActiveInfoRequest |
setPageNumber(Long pageNumber) |
GetGroupActiveInfoRequest |
setPageSize(Long pageSize) |
GetGroupActiveInfoRequest |
setStatDate(String statDate) |
@NameInMap(value="statDate") public String statDate
@NameInMap(value="dingGroupId") public String dingGroupId
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="pageSize") public Long pageSize
public static GetGroupActiveInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetGroupActiveInfoRequest setStatDate(String statDate)
public String getStatDate()
public GetGroupActiveInfoRequest setDingGroupId(String dingGroupId)
public String getDingGroupId()
public GetGroupActiveInfoRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public GetGroupActiveInfoRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2021. All rights reserved.