public class GetGroupActiveInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dingGroupId
example:
cidV3xxxrSuxxxxxxnB8o8gJw==
|
Long |
groupType
example:
1
|
Long |
pageNumber
This parameter is required.
|
Long |
pageSize
This parameter is required.
|
String |
statDate
This parameter is required.
|
| 构造器和说明 |
|---|
GetGroupActiveInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetGroupActiveInfoRequest |
build(Map<String,?> map) |
String |
getDingGroupId() |
Long |
getGroupType() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getStatDate() |
GetGroupActiveInfoRequest |
setDingGroupId(String dingGroupId) |
GetGroupActiveInfoRequest |
setGroupType(Long groupType) |
GetGroupActiveInfoRequest |
setPageNumber(Long pageNumber) |
GetGroupActiveInfoRequest |
setPageSize(Long pageSize) |
GetGroupActiveInfoRequest |
setStatDate(String statDate) |
@NameInMap(value="dingGroupId") public String dingGroupId
cidV3xxxrSuxxxxxxnB8o8gJw==
@NameInMap(value="groupType") public Long groupType
1
@NameInMap(value="pageNumber") public Long pageNumber
This parameter is required.
example:0
@NameInMap(value="pageSize") public Long pageSize
This parameter is required.
example:10
@NameInMap(value="statDate") public String statDate
This parameter is required.
example:20200305
public static GetGroupActiveInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetGroupActiveInfoRequest setDingGroupId(String dingGroupId)
public String getDingGroupId()
public GetGroupActiveInfoRequest setGroupType(Long groupType)
public Long getGroupType()
public GetGroupActiveInfoRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public GetGroupActiveInfoRequest setPageSize(Long pageSize)
public Long getPageSize()
public GetGroupActiveInfoRequest setStatDate(String statDate)
public String getStatDate()
Copyright © 2025. All rights reserved.