v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.bsm.StationInfoThrottlePosition |
Represents throttle position parameters with regards to a station (BSM).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final StationInfoThrottlePosition | UNAVAILABLE | Represents the unavailable throttle position value. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
StationInfoThrottlePosition(ThrottlePosition position, ThrottleConfidence confidence)
Creates a new throttle position instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| ThrottleConfidence |
getConfidence()
Returns the throttle confidence.
| ||||||||||
| ThrottlePosition |
getPosition()
Returns the throttle position.
| ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Represents the unavailable throttle position value.
Creates a new throttle position instance.
| position | throttle position |
|---|---|
| confidence | throttle confidence |
Returns the throttle confidence.