class SensorFilterBuilder extends AnyRef
Sensor Filter parameter builder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SensorFilterBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SensorFilterBuilder(__type: Option[SensorFilterType.Value] = None, _threshold: Option[Either[Int, Double]] = None, _minValue: Option[Either[Int, Double]] = None, _maxValue: Option[Either[Int, Double]] = None)(retVal: SensorBuilder)
- __type
initial type
- _threshold
initial threshold
- _minValue
initial minValue
- _maxValue
initial maxValue
- retVal
SensorBuilder object to return to
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
build(): SensorFilter
Build a SensorFilter object
Build a SensorFilter object
- returns
SensorFilter
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
endFilter(): SensorBuilder
End Filter spec
End Filter spec
Used to chain builders
- returns
SensorBuilder (retVal)
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withMaxValue(maxValue: Double): SensorFilterBuilder.this.type
Set Double MaxValue
-
def
withMaxValue(maxValue: Int): SensorFilterBuilder.this.type
Set Integer MaxValue
-
def
withMinValue(minValue: Double): SensorFilterBuilder.this.type
Set Double MinValue
-
def
withMinValue(minValue: Int): SensorFilterBuilder.this.type
Set Integer MinValue
-
def
withThreshold(threshold: Double): SensorFilterBuilder.this.type
Set Double threshold
-
def
withThreshold(threshold: Int): SensorFilterBuilder.this.type
Set Integer threshold
-
def
withType(_type: SensorFilterType.Value): SensorFilterBuilder.this.type
Set type