com.baidubce.services.iotdm.model.v3.device
Class UpdateDeviceProfileRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.iotdm.model.v3.device.UpdateDeviceProfileRequest
public class UpdateDeviceProfileRequest
- extends AbstractBceRequest
Represent the request of updating a device profile.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateDeviceProfileRequest
public UpdateDeviceProfileRequest()
getAttributes
public com.fasterxml.jackson.databind.JsonNode getAttributes()
setAttributes
public void setAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
withAttributes
public UpdateDeviceProfileRequest withAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
getDevice
public DeviceAttributes getDevice()
setDevice
public void setDevice(DeviceAttributes device)
withDevice
public UpdateDeviceProfileRequest withDevice(DeviceAttributes device)
withRequestCredentials
public UpdateDeviceProfileRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.