public class DeleteDomainRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domainName
The custom domain name.
|
String |
groupId
The ID of the API group to which the domain name to be unbound is bound.
|
String |
securityToken |
| 构造器和说明 |
|---|
DeleteDomainRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteDomainRequest |
build(Map<String,?> map) |
String |
getDomainName() |
String |
getGroupId() |
String |
getSecurityToken() |
DeleteDomainRequest |
setDomainName(String domainName) |
DeleteDomainRequest |
setGroupId(String groupId) |
DeleteDomainRequest |
setSecurityToken(String securityToken) |
@NameInMap(value="DomainName") public String domainName
The custom domain name.
@NameInMap(value="GroupId") public String groupId
The ID of the API group to which the domain name to be unbound is bound. This ID is generated by the system and globally unique.
@NameInMap(value="SecurityToken") public String securityToken
public static DeleteDomainRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteDomainRequest setDomainName(String domainName)
public String getDomainName()
public DeleteDomainRequest setGroupId(String groupId)
public String getGroupId()
public DeleteDomainRequest setSecurityToken(String securityToken)
public String getSecurityToken()
Copyright © 2023. All rights reserved.