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