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