Class IoTCProperty
java.lang.Object
com.github.lucadruda.iotc.device.models.IoTCProperty
-
Constructor Summary
ConstructorsConstructorDescriptionIoTCProperty(String componentName, String name, Object value, int version, PropertyResponse response)
-
Method Summary
-
Constructor Details
-
IoTCProperty
public IoTCProperty(String componentName, String name, Object value, int version, PropertyResponse response)
-
-
Method Details
-
getName
- Returns:
- the name
-
getValue
- Returns:
- the value
-
ack
- Parameters:
message
- The message to send back as a response for the command
-
getVersion
public int getVersion()- Returns:
- the version
-
getComponentName
- Returns:
- component name
-