public class DeviceCapabilities extends Object
| Constructor and Description |
|---|
DeviceCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIotEdge()
Getter for iotEdge Boolean
|
void |
setIotEdge(Boolean iotEdge)
Setter for iotEdge Boolean
|
@Expose(serialize=true,
deserialize=true)
@SerializedName(value="iotEdge")
protected Boolean iotEdge
public void setIotEdge(Boolean iotEdge) throws IllegalArgumentException
iotEdge - - status of capabilities enabled on the deviceIllegalArgumentException - if the provided argument is nullpublic Boolean isIotEdge()
Copyright © 2019. All rights reserved.