com.baidubce.services.iothub.model
Class CreatePrincipalResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iothub.model.BaseResponse
          extended by com.baidubce.services.iothub.model.QueryResponse
              extended by com.baidubce.services.iothub.model.QueryPrincipalResponse
                  extended by com.baidubce.services.iothub.model.CreatePrincipalResponse
All Implemented Interfaces:
Serializable

public class CreatePrincipalResponse
extends QueryPrincipalResponse

Represent the create Principal request.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CreatePrincipalResponse()
           
 
Method Summary
 String getCert()
           
 String getPassword()
           
 String getPrivateKey()
           
 void setCert(String cert)
           
 void setPassword(String password)
           
 void setPrivateKey(String privateKey)
           
 
Methods inherited from class com.baidubce.services.iothub.model.QueryPrincipalResponse
getCertificate, getClientCertCA, getIsWithCert, getPrincipalName, setCertificate, setClientCertCA, setIsWithCert, setPrincipalName
 
Methods inherited from class com.baidubce.services.iothub.model.QueryResponse
getCreateTime, getEndpointName, setCreateTime, setEndpointName
 
Methods inherited from class com.baidubce.services.iothub.model.BaseResponse
getMessage, setMessage
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePrincipalResponse

public CreatePrincipalResponse()
Method Detail

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.