com.baidubce.services.iothub.model
Class CreatePrincipalResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iothub.model.BaseResponse
com.baidubce.services.iothub.model.QueryResponse
com.baidubce.services.iothub.model.QueryPrincipalResponse
com.baidubce.services.iothub.model.CreatePrincipalResponse
- All Implemented Interfaces:
- Serializable
public class CreatePrincipalResponse
- extends QueryPrincipalResponse
Represent the create Principal request.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreatePrincipalResponse
public CreatePrincipalResponse()
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getPrivateKey
public String getPrivateKey()
setPrivateKey
public void setPrivateKey(String privateKey)
getCert
public String getCert()
setCert
public void setCert(String cert)
Copyright © 2018. All rights reserved.