com.baidubce.services.iotdm.model
Class CreateDevicesRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.iotdm.model.CreateDevicesRequest
public class CreateDevicesRequest
- extends AbstractBceRequest
Represent the request for creating devices.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateDevicesRequest
public CreateDevicesRequest()
setAmount
public void setAmount(int amount)
getAmount
public int getAmount()
withAmount
public CreateDevicesRequest withAmount(int amount)
setDevices
public void setDevices(List<String> devices)
getDevices
public List<String> getDevices()
setParent
public void setParent(String parent)
getParent
public String getParent()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
setBootstrap
public void setBootstrap(boolean bootstrap)
isBootstrap
public boolean isBootstrap()
withBootstrap
public CreateDevicesRequest withBootstrap(boolean bootstrap)
withRequestCredentials
public CreateDevicesRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.