public class CreateClientKeyResponse
extends com.aliyuncs.AcsResponse
| 构造器和说明 |
|---|
CreateClientKeyResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkShowJsonItemName() |
String |
getClientKeyId() |
CreateClientKeyResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getKeyAlgorithm() |
String |
getNotAfter() |
String |
getNotBefore() |
String |
getPrivateKeyData() |
String |
getRequestId() |
void |
setClientKeyId(String clientKeyId) |
void |
setKeyAlgorithm(String keyAlgorithm) |
void |
setNotAfter(String notAfter) |
void |
setNotBefore(String notBefore) |
void |
setPrivateKeyData(String privateKeyData) |
void |
setRequestId(String requestId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getClientKeyId()
public void setClientKeyId(String clientKeyId)
public String getKeyAlgorithm()
public void setKeyAlgorithm(String keyAlgorithm)
public String getPrivateKeyData()
public void setPrivateKeyData(String privateKeyData)
public String getNotBefore()
public void setNotBefore(String notBefore)
public String getNotAfter()
public void setNotAfter(String notAfter)
public CreateClientKeyResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName 在类中 com.aliyuncs.AcsResponseCopyright © 2024. All Rights Reserved.