com.baidubce.services.iothub.model
Class QueryPrincipalResponse
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
- 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryPrincipalResponse
public QueryPrincipalResponse()
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.