Package com.aerisweather.aeris.model
Class Details
- java.lang.Object
-
- com.aerisweather.aeris.model.Details
-
public class Details extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Stringbodyhe shortened and formatted version of the advisory body textStringbodyFullThe complete, unmodified version of the advisory body text, including headersStringcatString defining the primary category for the alert.StringcategoryThe outlook category typeNumberdayValid coverage day.BooleanemergencyBoolean fla denoting if the NWS has marked the alert as an emergency.StringissuedDateTimeISOISO 8601 date of the issue date/time for the outlookNumberissuedTimestampUnix timestamp of the issue date/time for the outlookStringlocThe weather zone for the advisoryStringnameThe type name for the advisoryStringproductThe product type.RangerangeObject of the valid coverage period informationRiskriskObject of the risk associated with the outlook.StringtypeThe valid-time event code (VTEC) code for the advisory.
-
Constructor Summary
Constructors Constructor Description Details()
-
-
-
Field Detail
-
type
public String type
The valid-time event code (VTEC) code for the advisory.
-
name
public String name
The type name for the advisory
-
loc
public String loc
The weather zone for the advisory
-
body
public String body
he shortened and formatted version of the advisory body text
-
bodyFull
public String bodyFull
The complete, unmodified version of the advisory body text, including headers
-
product
public String product
The product type.
-
category
public String category
The outlook category type
-
day
public Number day
Valid coverage day. Value from 1-8
-
range
public Range range
Object of the valid coverage period information
-
issuedTimestamp
public Number issuedTimestamp
Unix timestamp of the issue date/time for the outlook
-
issuedDateTimeISO
public String issuedDateTimeISO
ISO 8601 date of the issue date/time for the outlook
-
risk
public Risk risk
Object of the risk associated with the outlook. NULL if no associated risk
-
emergency
public Boolean emergency
Boolean fla denoting if the NWS has marked the alert as an emergency. Only for alerts within the USA
-
cat
public String cat
String defining the primary category for the alert.
-
-