com.baidubce.services.iothub.model
Class QueryThingResponse

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

public class QueryThingResponse
extends BaseResponse

Represent the response to query the specified thing.

See Also:
Serialized Form

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

QueryThingResponse

public QueryThingResponse()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getThingName

public String getThingName()

setThingName

public void setThingName(String thingName)

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.