Package cn.ucloud.uhost.models
Class ImportUHostKeyPairsResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.ImportUHostKeyPairsResponse
-
public class ImportUHostKeyPairsResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description ImportUHostKeyPairsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyPairFingerPrint()StringgetKeyPairId()StringgetKeyPairName()voidsetKeyPairFingerPrint(String keyPairFingerPrint)voidsetKeyPairId(String keyPairId)voidsetKeyPairName(String keyPairName)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getKeyPairName
public String getKeyPairName()
-
setKeyPairName
public void setKeyPairName(String keyPairName)
-
getKeyPairId
public String getKeyPairId()
-
setKeyPairId
public void setKeyPairId(String keyPairId)
-
getKeyPairFingerPrint
public String getKeyPairFingerPrint()
-
setKeyPairFingerPrint
public void setKeyPairFingerPrint(String keyPairFingerPrint)
-
-