Package com.aerisweather.aeris.model
Class Twilight
- java.lang.Object
-
- com.aerisweather.aeris.model.Twilight
-
public class Twilight extends Object
Twilight information for the request.
-
-
Field Summary
Fields Modifier and Type Field Description NumberastronomicalBeginUNIX timestamp of the first astronomical twilight.StringastronomicalBeginISOISO 8601 date of first astronomical twilight.NumberastronomicalEndUNIX timestamp of the second astronomical twilight.StringastronomicalEndISOISO 8601 date of second astronomical twilight.NumbercivilBeginUNIX timestamp of the first civil twilight.StringcivilBeginISOISO 8601 date of first civil twilight.NumbercivilEndUNIX timestamp of the second civil twilight.StringcivilEndISOISO 8601 date of second civil twilight.NumbernauticalBeginUNIX timestamp of the first nautical twilight.StringnauticalBeginISOISO 8601 date of first nautical twilight.NumbernauticalEndUNIX timestamp of the second nautical twilight.StringnauticalEndISOISO 8601 date of second nautical twilight.
-
Constructor Summary
Constructors Constructor Description Twilight()
-
-
-
Field Detail
-
civilBegin
public Number civilBegin
UNIX timestamp of the first civil twilight. null if no civil twilight
-
civilBeginISO
public String civilBeginISO
ISO 8601 date of first civil twilight. null if no civil twilight.
-
civilEnd
public Number civilEnd
UNIX timestamp of the second civil twilight. null if no civil twilight
-
civilEndISO
public String civilEndISO
ISO 8601 date of second civil twilight. null if no civil twilight.
-
nauticalBegin
public Number nauticalBegin
UNIX timestamp of the first nautical twilight. null if no nautical twilight
-
nauticalBeginISO
public String nauticalBeginISO
ISO 8601 date of first nautical twilight. null if no nautical twilight.
-
nauticalEnd
public Number nauticalEnd
UNIX timestamp of the second nautical twilight. null if no nautical twilight
-
nauticalEndISO
public String nauticalEndISO
ISO 8601 date of second nautical twilight. null if no nautical twilight.
-
astronomicalBegin
public Number astronomicalBegin
UNIX timestamp of the first astronomical twilight. null if no astronomical twilight
-
astronomicalBeginISO
public String astronomicalBeginISO
ISO 8601 date of first astronomical twilight. null if no astronomical twilight.
-
astronomicalEnd
public Number astronomicalEnd
UNIX timestamp of the second astronomical twilight. null if no astronomical twilight
-
astronomicalEndISO
public String astronomicalEndISO
ISO 8601 date of second astronomical twilight. null if no astronomical twilight.
-
-