Class CreateUHostKeyPairResponse.KeyPair
java.lang.Object
cn.ucloud.common.response.Response
cn.ucloud.uhost.models.CreateUHostKeyPairResponse.KeyPair
- Enclosing class:
CreateUHostKeyPairResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreateTime(Integer createTime) voidsetKeyPairFingerPrint(String keyPairFingerPrint) voidsetKeyPairId(String keyPairId) voidsetKeyPairName(String keyPairName) voidsetPrivateKeyBody(String privateKeyBody) voidsetProjectId(String projectId) Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
Constructor Details
-
KeyPair
public KeyPair()
-
-
Method Details
-
getProjectId
-
setProjectId
-
getKeyPairId
-
setKeyPairId
-
getKeyPairName
-
setKeyPairName
-
getKeyPairFingerPrint
-
setKeyPairFingerPrint
-
getPrivateKeyBody
-
setPrivateKeyBody
-
getCreateTime
-
setCreateTime
-