-
@Serializable() public final class AltitudeFieldsConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAltitudeFieldsConfiguration.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanrelativeAnyEnabledprivate final BooleananyEnabledprivate final Booleantimestampprivate final Booleanpressureprivate final BooleanrelativeAltitude
-
Constructor Summary
Constructors Constructor Description AltitudeFieldsConfiguration(Boolean timestamp, Boolean pressure, Boolean relativeAltitude)
-
Method Summary
Modifier and Type Method Description final BooleangetRelativeAnyEnabled()final BooleangetAnyEnabled()final BooleangetTimestamp()final BooleangetPressure()final BooleangetRelativeAltitude()-
-
Method Detail
-
getRelativeAnyEnabled
final Boolean getRelativeAnyEnabled()
-
getAnyEnabled
final Boolean getAnyEnabled()
-
getTimestamp
final Boolean getTimestamp()
-
getPressure
final Boolean getPressure()
-
getRelativeAltitude
final Boolean getRelativeAltitude()
-
-
-
-