DeviceCapabilities Class
- java.
lang. Object - java.
io. Serializable - Serializable
- com.
microsoft. azure. sdk. iot. provisioning. service. configs. DeviceCapabilities
- com.
- java.
public class DeviceCapabilities extends Serializable
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
isIotEdge()
Getter for iotEdge Boolean |
void |
setIotEdge(Boolean iotEdge)
Setter for iotEdge Boolean |
Inherited Members
Method Details
isIotEdge
public Boolean isIotEdge()
Getter for iotEdge Boolean
Returns:
the iotEdge Boolean
setIotEdge
public void setIotEdge(Boolean iotEdge)
Setter for iotEdge Boolean
Parameters:
iotEdge
- - status of capabilities enabled on the device
Throws:
IllegalArgumentException
- if the provided argument is null
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java