public class UpdateDeviceViewRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UpdateDeviceViewRequest() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getRequestCredentials, setRequestCredentialspublic com.fasterxml.jackson.databind.JsonNode getReported()
public void setReported(com.fasterxml.jackson.databind.JsonNode reported)
public UpdateDeviceViewRequest withReported(com.fasterxml.jackson.databind.JsonNode reported)
public com.fasterxml.jackson.databind.JsonNode getDesired()
public void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
public UpdateDeviceViewRequest withDesired(com.fasterxml.jackson.databind.JsonNode desired)
public int getProfileVersion()
public void setProfileVersion(int profileVersion)
public UpdateDeviceViewRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2021. All rights reserved.