public static class DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
basePath
The billing status of the API group.
|
String |
billingStatus
The upper QPS limit of the API group.
|
String |
createdTime
The list of tags.
|
String |
description
The validity status of the API group.
|
String |
groupId
The name of the API group.
|
String |
groupName
Group Description
|
String |
httpsPolicy
The second-level domain name that corresponds to the API group and is used by the CNAME of the custom domain name.
|
String |
illegalStatus
The HTTPS security policy
|
String |
instanceId
The type of the instance.
|
String |
instanceType
The region to which the API group belongs.
|
String |
modifiedTime
The ID of the API group.
|
String |
regionId
The last modification time (UTC) of the API group.
|
String |
subDomain
The creation time (UTC) of the API group.
|
DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttributeTags |
tags
The key of the tag.
|
Integer |
trafficLimit
The ID of the instance.
|
| 构造器和说明 |
|---|
DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute() |
@NameInMap(value="BasePath") public String basePath
The billing status of the API group. Valid values:
* **NORMAL**: The instance is normal.
* **LOCKED**: The API group is locked due to overdue payments.
@NameInMap(value="BillingStatus") public String billingStatus
The upper QPS limit of the API group. The default value is 500. You can increase the upper limit by submitting an application.
@NameInMap(value="CreatedTime") public String createdTime
The list of tags.
@NameInMap(value="Description") public String description
The validity status of the API group. Valid values:
* **NORMAL**: The instance is normal.
* **LOCKED**: The API group is locked because it is not valid.
@NameInMap(value="GroupId") public String groupId
The name of the API group.
@NameInMap(value="GroupName") public String groupName
Group Description
@NameInMap(value="HttpsPolicy") public String httpsPolicy
The second-level domain name that corresponds to the API group and is used by the CNAME of the custom domain name.
@NameInMap(value="IllegalStatus") public String illegalStatus
The HTTPS security policy
@NameInMap(value="InstanceId") public String instanceId
The type of the instance.
@NameInMap(value="InstanceType") public String instanceType
The region to which the API group belongs.
@NameInMap(value="ModifiedTime") public String modifiedTime
The ID of the API group. This ID is generated by the system and globally unique.
@NameInMap(value="RegionId") public String regionId
The last modification time (UTC) of the API group.
@NameInMap(value="SubDomain") public String subDomain
The creation time (UTC) of the API group.
@NameInMap(value="Tags") public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttributeTags tags
The key of the tag.
@NameInMap(value="TrafficLimit") public Integer trafficLimit
The ID of the instance.
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute()
public static DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setBasePath(String basePath)
public String getBasePath()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setBillingStatus(String billingStatus)
public String getBillingStatus()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setCreatedTime(String createdTime)
public String getCreatedTime()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setDescription(String description)
public String getDescription()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setGroupId(String groupId)
public String getGroupId()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setGroupName(String groupName)
public String getGroupName()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setHttpsPolicy(String httpsPolicy)
public String getHttpsPolicy()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setIllegalStatus(String illegalStatus)
public String getIllegalStatus()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setInstanceId(String instanceId)
public String getInstanceId()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setInstanceType(String instanceType)
public String getInstanceType()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setModifiedTime(String modifiedTime)
public String getModifiedTime()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setRegionId(String regionId)
public String getRegionId()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setSubDomain(String subDomain)
public String getSubDomain()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setTags(DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttributeTags tags)
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttributeTags getTags()
public DescribeApiGroupsResponseBody.DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute setTrafficLimit(Integer trafficLimit)
public Integer getTrafficLimit()
Copyright © 2023. All rights reserved.