com.baidubce.services.iotdm.model
Class CreateDevicesResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iotdm.model.CreateDevicesResponse
All Implemented Interfaces:
Serializable

public class CreateDevicesResponse
extends AbstractBceResponse

Represent the response for creating devices.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CreateDevicesResponse()
           
 
Method Summary
 int getAmount()
           
 List<String> getDevices()
           
 List<ThingDetail> getThings()
           
 void setAmount(int amount)
           
 void setDevices(List<String> devices)
           
 void setThings(List<ThingDetail> things)
           
 
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

CreateDevicesResponse

public CreateDevicesResponse()
Method Detail

setAmount

public void setAmount(int amount)

getAmount

public int getAmount()

setDevices

public void setDevices(List<String> devices)

getDevices

public List<String> getDevices()

setThings

public void setThings(List<ThingDetail> things)

getThings

public List<ThingDetail> getThings()


Copyright © 2018. All rights reserved.