com.baidubce.services.iotdm.model.v3.device
Class UpdateDeviceViewRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.iotdm.model.v3.device.UpdateDeviceViewRequest
public class UpdateDeviceViewRequest
- extends AbstractBceRequest
Represent the request of updating a device view.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateDeviceViewRequest
public UpdateDeviceViewRequest()
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.