com.baidubce.services.iothub.model
Class QueryPrincipalResponse

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreatePrincipalResponse

public class QueryPrincipalResponse
extends QueryResponse

Represent the response to query the specified principal.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
QueryPrincipalResponse()
           
 
Method Summary
 String getCertificate()
           
 String getClientCertCA()
           
 Boolean getIsWithCert()
           
 String getPrincipalName()
           
 void setCertificate(String certificate)
           
 void setClientCertCA(String clientCertCA)
           
 void setIsWithCert(Boolean withCert)
           
 void setPrincipalName(String principalName)
           
 
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

QueryPrincipalResponse

public QueryPrincipalResponse()
Method Detail

getPrincipalName

public String getPrincipalName()

setPrincipalName

public void setPrincipalName(String principalName)

getCertificate

public String getCertificate()

setCertificate

public void setCertificate(String certificate)

getIsWithCert

public Boolean getIsWithCert()

setIsWithCert

public void setIsWithCert(Boolean withCert)

getClientCertCA

public String getClientCertCA()

setClientCertCA

public void setClientCertCA(String clientCertCA)


Copyright © 2018. All rights reserved.