com.baidubce.services.iothub.model
Class QueryResponse

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreatePrincipalWithCertResponse, QueryPolicyResponse, QueryPrincipalResponse

public class QueryResponse
extends BaseResponse

Represent the base response to query.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
QueryResponse()
           
 
Method Summary
 String getCreateTime()
           
 String getEndpointName()
           
 void setCreateTime(String createTime)
           
 void setEndpointName(String endpointName)
           
 
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

QueryResponse

public QueryResponse()
Method Detail

getEndpointName

public String getEndpointName()

setEndpointName

public void setEndpointName(String endpointName)

getCreateTime

public String getCreateTime()

setCreateTime

public void setCreateTime(String createTime)


Copyright © 2018. All rights reserved.