public class DescribePurchasedApiGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupId
The status of the API group.
|
String |
securityToken |
| 构造器和说明 |
|---|
DescribePurchasedApiGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePurchasedApiGroupRequest |
build(Map<String,?> map) |
String |
getGroupId() |
String |
getSecurityToken() |
DescribePurchasedApiGroupRequest |
setGroupId(String groupId) |
DescribePurchasedApiGroupRequest |
setSecurityToken(String securityToken) |
@NameInMap(value="GroupId") public String groupId
The status of the API group.
* **NORMAL**: The API group is normal.
* **DELETE**: The API group is deleted.
@NameInMap(value="SecurityToken") public String securityToken
public static DescribePurchasedApiGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePurchasedApiGroupRequest setGroupId(String groupId)
public String getGroupId()
public DescribePurchasedApiGroupRequest setSecurityToken(String securityToken)
public String getSecurityToken()
Copyright © 2023. All rights reserved.