java.lang.Object | |
↳ | com.commsignia.v2x.client.model.GNTrafficClass |
Represents the geo networking traffic class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GNTrafficClass(boolean scfEnabled, boolean chOffload, long tcId)
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
boolean |
getChOffload()
Returns true if channel offload is enabled, false otherwise.
| ||||||||||
boolean |
getScfEnabled()
Returns true if store and carry foward is enabled, false otherwise.
| ||||||||||
long |
getTcId()
Returns the traffic class id.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
scfEnabled | whether store carry and forward is enabled |
---|---|
chOffload | whether channel offload is enabled |
tcId | traffic class identifier |
Returns true if channel offload is enabled, false otherwise.
Returns true if store and carry foward is enabled, false otherwise.
Returns the traffic class id.