public class CreateApiGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
basePath
The root path of the API.
|
String |
description
The description of the API group.
|
String |
groupId
The ID of the API group to which the domain name to be deleted is bound.
|
String |
groupName
The name of the group to which an API belongs.
|
String |
instanceId
The ID of the instance.
|
String |
instanceType
The type of the instance.
|
String |
requestId
The ID of the request.
|
String |
subDomain
The second-level domain name bound to the API group.
|
Boolean |
tagStatus
Indicates whether the tag exists.
|
| 构造器和说明 |
|---|
CreateApiGroupResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateApiGroupResponseBody |
build(Map<String,?> map) |
String |
getBasePath() |
String |
getDescription() |
String |
getGroupId() |
String |
getGroupName() |
String |
getInstanceId() |
String |
getInstanceType() |
String |
getRequestId() |
String |
getSubDomain() |
Boolean |
getTagStatus() |
CreateApiGroupResponseBody |
setBasePath(String basePath) |
CreateApiGroupResponseBody |
setDescription(String description) |
CreateApiGroupResponseBody |
setGroupId(String groupId) |
CreateApiGroupResponseBody |
setGroupName(String groupName) |
CreateApiGroupResponseBody |
setInstanceId(String instanceId) |
CreateApiGroupResponseBody |
setInstanceType(String instanceType) |
CreateApiGroupResponseBody |
setRequestId(String requestId) |
CreateApiGroupResponseBody |
setSubDomain(String subDomain) |
CreateApiGroupResponseBody |
setTagStatus(Boolean tagStatus) |
@NameInMap(value="BasePath") public String basePath
The root path of the API.
@NameInMap(value="Description") public String description
The description of the API group.
@NameInMap(value="GroupId") public String groupId
The ID of the API group to which the domain name to be deleted is bound. This ID is generated by the system and globally unique.
@NameInMap(value="GroupName") public String groupName
The name of the group to which an API belongs.
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="InstanceType") public String instanceType
The type of the instance.
* CLASSIC_SHARED: shared instance that uses the classic network configuration
* VPC_SHARED: shared instance that uses VPC
* VPC_DEDICATED: dedicated instance that uses VPC
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="SubDomain") public String subDomain
The second-level domain name bound to the API group. This domain name is used to test API calls.
@NameInMap(value="TagStatus") public Boolean tagStatus
Indicates whether the tag exists. If the value is **true**, the tag exists. If the value is **false**, the tag does not exist.
public static CreateApiGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateApiGroupResponseBody setBasePath(String basePath)
public String getBasePath()
public CreateApiGroupResponseBody setDescription(String description)
public String getDescription()
public CreateApiGroupResponseBody setGroupId(String groupId)
public String getGroupId()
public CreateApiGroupResponseBody setGroupName(String groupName)
public String getGroupName()
public CreateApiGroupResponseBody setInstanceId(String instanceId)
public String getInstanceId()
public CreateApiGroupResponseBody setInstanceType(String instanceType)
public String getInstanceType()
public CreateApiGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateApiGroupResponseBody setSubDomain(String subDomain)
public String getSubDomain()
public CreateApiGroupResponseBody setTagStatus(Boolean tagStatus)
public Boolean getTagStatus()
Copyright © 2023. All rights reserved.