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 Number
astronomicalBegin
UNIX timestamp of the first astronomical twilight.String
astronomicalBeginISO
ISO 8601 date of first astronomical twilight.Number
astronomicalEnd
UNIX timestamp of the second astronomical twilight.String
astronomicalEndISO
ISO 8601 date of second astronomical twilight.Number
civilBegin
UNIX timestamp of the first civil twilight.String
civilBeginISO
ISO 8601 date of first civil twilight.Number
civilEnd
UNIX timestamp of the second civil twilight.String
civilEndISO
ISO 8601 date of second civil twilight.Number
nauticalBegin
UNIX timestamp of the first nautical twilight.String
nauticalBeginISO
ISO 8601 date of first nautical twilight.Number
nauticalEnd
UNIX timestamp of the second nautical twilight.String
nauticalEndISO
ISO 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.
-
-