public class DescribePurchasedApiGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The region where the API group is located.
|
DescribePurchasedApiGroupResponseBody.DescribePurchasedApiGroupResponseBodyDomains |
domains
The list of domain names.
|
String |
groupId
The name of the API group.
|
String |
groupName
The description of the API group.
|
String |
purchasedTime
The ID of the request.
|
String |
regionId
The list of domain names.
|
String |
requestId
The ID of the API group.
|
String |
status
The time when the API group was purchased.
|
| 构造器和说明 |
|---|
DescribePurchasedApiGroupResponseBody() |
@NameInMap(value="Description") public String description
The region where the API group is located.
@NameInMap(value="Domains") public DescribePurchasedApiGroupResponseBody.DescribePurchasedApiGroupResponseBodyDomains domains
The list of domain names.
@NameInMap(value="GroupId") public String groupId
The name of the API group.
@NameInMap(value="GroupName") public String groupName
The description of the API group.
@NameInMap(value="PurchasedTime") public String purchasedTime
The ID of the request.
@NameInMap(value="RegionId") public String regionId
The list of domain names.
@NameInMap(value="RequestId") public String requestId
The ID of the API group.
@NameInMap(value="Status") public String status
The time when the API group was purchased.
public static DescribePurchasedApiGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribePurchasedApiGroupResponseBody setDescription(String description)
public String getDescription()
public DescribePurchasedApiGroupResponseBody setDomains(DescribePurchasedApiGroupResponseBody.DescribePurchasedApiGroupResponseBodyDomains domains)
public DescribePurchasedApiGroupResponseBody.DescribePurchasedApiGroupResponseBodyDomains getDomains()
public DescribePurchasedApiGroupResponseBody setGroupId(String groupId)
public String getGroupId()
public DescribePurchasedApiGroupResponseBody setGroupName(String groupName)
public String getGroupName()
public DescribePurchasedApiGroupResponseBody setPurchasedTime(String purchasedTime)
public String getPurchasedTime()
public DescribePurchasedApiGroupResponseBody setRegionId(String regionId)
public String getRegionId()
public DescribePurchasedApiGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribePurchasedApiGroupResponseBody setStatus(String status)
public String getStatus()
Copyright © 2023. All rights reserved.