com.baidubce.services.iothub.model
Class QueryThingRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.iothub.model.BaseRequest
          extended by com.baidubce.services.iothub.model.QueryThingRequest

public class QueryThingRequest
extends BaseRequest

Represent the request to query the specified thing by thingName.


Constructor Summary
QueryThingRequest()
           
 
Method Summary
 String getThingName()
           
 void setThingName(String thingName)
           
 QueryThingRequest withEndpointName(String endpointName)
           
 QueryThingRequest withThingName(String thingName)
           
 
Methods inherited from class com.baidubce.services.iothub.model.BaseRequest
getEndpointName, setEndpointName, withRequestCredentials
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryThingRequest

public QueryThingRequest()
Method Detail

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.