Class IoTCProperty
java.lang.Object
com.github.lucadruda.iotc.device.models.IoTCProperty
public class IoTCProperty extends Object
-
Constructor Summary
Constructors Constructor Description IoTCProperty(String name, Object value, int version, PropertyResponse response) -
Method Summary
-
Constructor Details
-
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
-