DeviceCapabilities Class

  • java.lang.Object
    • Serializable
      • com.microsoft.azure.sdk.iot.service.twin.DeviceCapabilities

public class DeviceCapabilities

Method Summary

Modifier and Type Method and Description
Boolean isIotEdge()

Getter for iotEdge Boolean

void setIotEdge(Boolean iotEdge)

Setter for iotEdge Boolean

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