Class IoTCCommand
java.lang.Object
com.github.lucadruda.iotc.device.models.IoTCCommand
-
Constructor Summary
ConstructorsConstructorDescriptionIoTCCommand(String name)
IoTCCommand(String componentName, String name, Object requestPayload)
IoTCCommand(String componentName, String name, Object requestPayload, CommandResponse response)
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
com.microsoft.azure.sdk.iot.device.DeviceTwin.DeviceMethodData
reply(IOTC_COMMAND_RESPONSE status, String message)
void
void
setRequestPayload(Object requestPayload)
-
Constructor Details
-
IoTCCommand
public IoTCCommand(String componentName, String name, Object requestPayload, CommandResponse response) -
IoTCCommand
-
IoTCCommand
-
-
Method Details
-
reply
public com.microsoft.azure.sdk.iot.device.DeviceTwin.DeviceMethodData reply(IOTC_COMMAND_RESPONSE status, String message) -
getRequestPayload
-
setRequestPayload
-
getName
-
getComponentName
-
setName
-