com.baidubce.services.iothub.model
Class QueryThingRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.iothub.model.BaseRequest
com.baidubce.services.iothub.model.QueryThingRequest
public class QueryThingRequest
- extends BaseRequest
Represent the request to query the specified thing by thingName.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryThingRequest
public QueryThingRequest()
withThingName
public QueryThingRequest withThingName(String thingName)
withEndpointName
public QueryThingRequest withEndpointName(String endpointName)
- Overrides:
withEndpointName
in class BaseRequest
getThingName
public String getThingName()
setThingName
public void setThingName(String thingName)
Copyright © 2018. All rights reserved.