메소드 |
설명 |
|
__construct ( stdClass $condition = null ) |
Construct a condition object |
|
changed ( ) : self |
Set operator to changed |
|
equals ( ) : self |
Set operator to equals |
|
export ( ) : stdClass |
Export for API request |
|
getAttribute ( ) : string |
Get attribute |
|
getOperator ( ) : string |
Get operator |
|
getSensorId ( ) : string |
Get sensor Id |
|
getValue ( ) : string |
Get value |
|
greaterThan ( ) : self |
Set operator to greater than |
|
import ( stdClass $condition ) : self |
Import from API response |
|
lessThan ( ) : self |
Set operator to less than |
|
setAttribute ( string $attribute ) : self |
Set attribute to target condition |
|
setOperator ( string $operator ) : self |
Set operator |
|
setSensorId ( mixed $sensorId ) : self |
Set sensor Id |
|
setValue ( string $value ) : self |
Set value to match |
|