com.baidubce.services.iotdm.model
Class RemoveDevicesRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.iotdm.model.RemoveDevicesRequest
public class RemoveDevicesRequest
- extends AbstractBceRequest
Represent the request of removing devices.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveDevicesRequest
public RemoveDevicesRequest()
setCleanThing
public void setCleanThing(boolean cleanThing)
isCleanThing
public boolean isCleanThing()
withCleanThing
public RemoveDevicesRequest withCleanThing(boolean cleanThing)
getDeviceOperation
public DeviceOperation getDeviceOperation()
setDeviceOperation
public void setDeviceOperation(DeviceOperation deviceOperation)
withDeviceOperation
public RemoveDevicesRequest withDeviceOperation(DeviceOperation deviceOperation)
withRequestCredentials
public RemoveDevicesRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.