public class AutonomousRule
extends java.lang.Object
Constructor and Description |
---|
AutonomousRule() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceName()
getDeviceName: returns the device name who apply this rule.
|
java.lang.String |
getRule()
getRule: get the rule.
|
java.lang.String |
getValue()
getValue: returns the value who apply this rule to this device.
|
void |
setDeviceName(java.lang.String deviceName)
setDeviceName: returns the device name who apply this rule.
|
void |
setRule(java.lang.String rule)
setRule: set the rule.
|
void |
setValue(java.lang.String value)
setValue: set the value who apply this rule to this device.
|
public java.lang.String getDeviceName()
public void setDeviceName(java.lang.String deviceName)
deviceName
- the deviceName to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value to setpublic java.lang.String getRule()
public void setRule(java.lang.String rule)
rule
- the rule to set