-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class NavigationSignalUpdateJunctionView extends NavigationSignal implements Parcelable
This class contains information about junctions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
NavigationSignalUpdateJunctionView.Companion
public final class
NavigationSignalUpdateJunctionView.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Integer
status
private final Integer
dayNightMode
private final Integer
legIndex
private final Integer
stepIndex
private final ByteArray
junctionImageData
private final ByteArray
signboardImageData
private final Integer
type
-
Constructor Summary
Constructors Constructor Description NavigationSignalUpdateJunctionView(Parcel source)
-
Method Summary
Modifier and Type Method Description final Integer
getStatus()
final Integer
getDayNightMode()
final Integer
getLegIndex()
final Integer
getStepIndex()
final ByteArray
getJunctionImageData()
final ByteArray
getSignboardImageData()
Integer
describeContents()
Unit
writeToParcel(Parcel dest, Integer flags)
Boolean
equals(Object other)
Integer
hashCode()
-
-
Constructor Detail
-
NavigationSignalUpdateJunctionView
NavigationSignalUpdateJunctionView(Parcel source)
-
-
Method Detail
-
getDayNightMode
final Integer getDayNightMode()
-
getLegIndex
final Integer getLegIndex()
-
getStepIndex
final Integer getStepIndex()
-
getJunctionImageData
final ByteArray getJunctionImageData()
-
getSignboardImageData
final ByteArray getSignboardImageData()
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel dest, Integer flags)
-
-
-
-