Package com.aerisweather.aeris.model
Class TimeStamp
- java.lang.Object
-
- com.aerisweather.aeris.model.TimeStamp
-
public class TimeStamp extends Object
-
-
Field Summary
Fields Modifier and Type Field Description NumberaddedUNIX timestamp when the advisory was storedStringaddedISOISO 8601 date of the time when the advisory was storedNumberbeginsUNIX timestamp when the advisory goes into effectStringbeginsISOISO 8601 date of the time when the advisory goes into effectNumbercreatedUNIX timestamp when the advisory was initially created and stored in the databaseStringcreatedISOISO 8601 date of the time when the advisory was initially created and stored in the databaseNumberexpiresUNIX timestamp when the advisory expiresStringexpiresISOISO 8601 date of the time when the advisory expiresNumberissuedUNIX timestamp when the advisory was initially issuedStringissuedISOISO 8601 date of the time when the advisory was initially issuedNumberupdatedUNIX timestamp when the advisory was updatedStringupdatedISOISO 8601 date of the time when the advisory was updated
-
Constructor Summary
Constructors Constructor Description TimeStamp()
-
-
-
Field Detail
-
issued
public Number issued
UNIX timestamp when the advisory was initially issued
-
issuedISO
public String issuedISO
ISO 8601 date of the time when the advisory was initially issued
-
updated
public Number updated
UNIX timestamp when the advisory was updated
-
updatedISO
public String updatedISO
ISO 8601 date of the time when the advisory was updated
-
begins
public Number begins
UNIX timestamp when the advisory goes into effect
-
beginsISO
public String beginsISO
ISO 8601 date of the time when the advisory goes into effect
-
expires
public Number expires
UNIX timestamp when the advisory expires
-
expiresISO
public String expiresISO
ISO 8601 date of the time when the advisory expires
-
added
public Number added
UNIX timestamp when the advisory was stored
-
addedISO
public String addedISO
ISO 8601 date of the time when the advisory was stored
-
created
public Number created
UNIX timestamp when the advisory was initially created and stored in the database
-
createdISO
public String createdISO
ISO 8601 date of the time when the advisory was initially created and stored in the database
-
-