public class GetQuotaInfosRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetQuotaInfosRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetQuotaInfosRequest |
build(Map<String,?> map) |
List<String> |
getIdentifiers() |
String |
getType() |
String |
getUnionId() |
GetQuotaInfosRequest |
setIdentifiers(List<String> identifiers) |
GetQuotaInfosRequest |
setType(String type) |
GetQuotaInfosRequest |
setUnionId(String unionId) |
@NameInMap(value="type") public String type
@NameInMap(value="unionId") public String unionId
public static GetQuotaInfosRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetQuotaInfosRequest setIdentifiers(List<String> identifiers)
public GetQuotaInfosRequest setType(String type)
public String getType()
public GetQuotaInfosRequest setUnionId(String unionId)
public String getUnionId()
Copyright © 2022. All rights reserved.