public class GetCaCertResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
caCert
The Base64-encoded content of the CA certificate.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
GetCaCertResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetCaCertResponseBody |
build(Map<String,?> map) |
String |
getCaCert() |
String |
getRequestId() |
GetCaCertResponseBody |
setCaCert(String caCert) |
GetCaCertResponseBody |
setRequestId(String requestId) |
@NameInMap(value="CaCert") public String caCert
The Base64-encoded content of the CA certificate.
@NameInMap(value="RequestId") public String requestId
The request ID.
public static GetCaCertResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetCaCertResponseBody setCaCert(String caCert)
public String getCaCert()
public GetCaCertResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.