public class ModifyApiGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
basePath
The ID of the API group.
|
String |
description
The second-level domain name automatically assigned to the API group.
|
String |
groupId
The name of the group to which an API belongs.
|
String |
groupName
The description of the API group.
|
String |
requestId
The root path of the API.
|
String |
subDomain
auditing
|
| 构造器和说明 |
|---|
ModifyApiGroupResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyApiGroupResponseBody |
build(Map<String,?> map) |
String |
getBasePath() |
String |
getDescription() |
String |
getGroupId() |
String |
getGroupName() |
String |
getRequestId() |
String |
getSubDomain() |
ModifyApiGroupResponseBody |
setBasePath(String basePath) |
ModifyApiGroupResponseBody |
setDescription(String description) |
ModifyApiGroupResponseBody |
setGroupId(String groupId) |
ModifyApiGroupResponseBody |
setGroupName(String groupName) |
ModifyApiGroupResponseBody |
setRequestId(String requestId) |
ModifyApiGroupResponseBody |
setSubDomain(String subDomain) |
@NameInMap(value="BasePath") public String basePath
The ID of the API group. This ID is generated by the system and globally unique.
@NameInMap(value="Description") public String description
The second-level domain name automatically assigned to the API group.
@NameInMap(value="GroupId") public String groupId
The name of the group to which an API belongs.
@NameInMap(value="GroupName") public String groupName
The description of the API group.
@NameInMap(value="RequestId") public String requestId
The root path of the API.
@NameInMap(value="SubDomain") public String subDomain
auditing
public static ModifyApiGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ModifyApiGroupResponseBody setBasePath(String basePath)
public String getBasePath()
public ModifyApiGroupResponseBody setDescription(String description)
public String getDescription()
public ModifyApiGroupResponseBody setGroupId(String groupId)
public String getGroupId()
public ModifyApiGroupResponseBody setGroupName(String groupName)
public String getGroupName()
public ModifyApiGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public ModifyApiGroupResponseBody setSubDomain(String subDomain)
public String getSubDomain()
Copyright © 2023. All rights reserved.