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

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

public class UpdateDeviceViewRequest
extends AbstractBceRequest

Represent the request of updating a device view.


Constructor Summary
UpdateDeviceViewRequest()
           
 
Method Summary
 com.fasterxml.jackson.databind.JsonNode getDesired()
           
 int getProfileVersion()
           
 com.fasterxml.jackson.databind.JsonNode getReported()
           
 void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
           
 void setProfileVersion(int profileVersion)
           
 void setReported(com.fasterxml.jackson.databind.JsonNode reported)
           
 UpdateDeviceViewRequest withDesired(com.fasterxml.jackson.databind.JsonNode desired)
           
 UpdateDeviceViewRequest withReported(com.fasterxml.jackson.databind.JsonNode reported)
           
 UpdateDeviceViewRequest 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

UpdateDeviceViewRequest

public UpdateDeviceViewRequest()
Method Detail

getReported

public com.fasterxml.jackson.databind.JsonNode getReported()

setReported

public void setReported(com.fasterxml.jackson.databind.JsonNode reported)

withReported

public UpdateDeviceViewRequest withReported(com.fasterxml.jackson.databind.JsonNode reported)

getDesired

public com.fasterxml.jackson.databind.JsonNode getDesired()

setDesired

public void setDesired(com.fasterxml.jackson.databind.JsonNode desired)

withDesired

public UpdateDeviceViewRequest withDesired(com.fasterxml.jackson.databind.JsonNode desired)

getProfileVersion

public int getProfileVersion()

setProfileVersion

public void setProfileVersion(int profileVersion)

withRequestCredentials

public UpdateDeviceViewRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest


Copyright © 2018. All rights reserved.