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