public class DeleteAclPolicyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
gatewayId
example:
gw-1uhcqmsc7x22******
|
String |
message
example:
Successfully delete acl policy for gateway
|
String |
requestId
example:
40325405-579C-4D82****
|
| 构造器和说明 |
|---|
DeleteAclPolicyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAclPolicyResponseBody |
build(Map<String,?> map) |
String |
getGatewayId() |
String |
getMessage() |
String |
getRequestId() |
DeleteAclPolicyResponseBody |
setGatewayId(String gatewayId) |
DeleteAclPolicyResponseBody |
setMessage(String message) |
DeleteAclPolicyResponseBody |
setRequestId(String requestId) |
@NameInMap(value="GatewayId") public String gatewayId
gw-1uhcqmsc7x22******
@NameInMap(value="Message") public String message
Successfully delete acl policy for gateway
@NameInMap(value="RequestId") public String requestId
40325405-579C-4D82****
public static DeleteAclPolicyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAclPolicyResponseBody setGatewayId(String gatewayId)
public String getGatewayId()
public DeleteAclPolicyResponseBody setMessage(String message)
public String getMessage()
public DeleteAclPolicyResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.