Class MergedStationData
java.lang.Object
net.adambruce.dsn.now.model.merged.MergedStationData
Merged ground station information from the DSN configuration and state endpoints.
-
Constructor Summary
ConstructorsConstructorDescriptionMergedStationData(String name, String friendlyName, Double longitude, Double latitude, Instant time, ZoneOffset timeZoneOffset, List<MergedDishData> dishes) Creates a newMergedStationDatainstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe dishes located at this ground stationthe friendly name of the ground stationthe latitude of the ground stationthe longitude of the ground stationgetName()the name of the ground stationgetTime()the time at the ground stationthe timezone offset relative to UTCinthashCode()toString()
-
Constructor Details
-
MergedStationData
public MergedStationData(String name, String friendlyName, Double longitude, Double latitude, Instant time, ZoneOffset timeZoneOffset, List<MergedDishData> dishes) Creates a newMergedStationDatainstance.- Parameters:
name- the name of the ground stationfriendlyName- the friendly name of the ground stationlongitude- the longitude of the ground stationlatitude- the latitude of the ground stationtime- the time at the ground stationtimeZoneOffset- the timezone offset relative to UTCdishes- the dishes located at this ground station
-
-
Method Details
-
getName
-
getFriendlyName
the friendly name of the ground station- Returns:
- the friendly name of the ground station
-
getLongitude
the longitude of the ground station- Returns:
- the longitude of the ground station
-
getLatitude
the latitude of the ground station- Returns:
- the latitude of the ground station
-
getTime
-
getTimeZoneOffset
the timezone offset relative to UTC- Returns:
- the timezone offset relative to UTC
-
getDishes
the dishes located at this ground station- Returns:
- the dishes located at this ground station
-
equals
-
hashCode
-
toString
-