com.baidubce.services.iotdm.model.v3.device
Class UpdateDeviceProfileRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.iotdm.model.v3.device.UpdateDeviceProfileRequest

public class UpdateDeviceProfileRequest
extends AbstractBceRequest

Represent the request of updating a device profile.


Constructor Summary
UpdateDeviceProfileRequest()
           
 
Method Summary
 com.fasterxml.jackson.databind.JsonNode getAttributes()
           
 DeviceAttributes getDevice()
           
 void setAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
           
 void setDevice(DeviceAttributes device)
           
 UpdateDeviceProfileRequest withAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
           
 UpdateDeviceProfileRequest withDevice(DeviceAttributes device)
           
 UpdateDeviceProfileRequest withRequestCredentials(BceCredentials credentials)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateDeviceProfileRequest

public UpdateDeviceProfileRequest()
Method Detail

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.