public class CreateTLSCipherPolicyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId |
String |
TLSCipherPolicyId |
| 构造器和说明 |
|---|
CreateTLSCipherPolicyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateTLSCipherPolicyResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getTLSCipherPolicyId() |
CreateTLSCipherPolicyResponseBody |
setRequestId(String requestId) |
CreateTLSCipherPolicyResponseBody |
setTLSCipherPolicyId(String TLSCipherPolicyId) |
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="TLSCipherPolicyId") public String TLSCipherPolicyId
public static CreateTLSCipherPolicyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateTLSCipherPolicyResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateTLSCipherPolicyResponseBody setTLSCipherPolicyId(String TLSCipherPolicyId)
public String getTLSCipherPolicyId()
Copyright © 2023. All rights reserved.