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 Number
added
UNIX timestamp when the advisory was storedString
addedISO
ISO 8601 date of the time when the advisory was storedNumber
begins
UNIX timestamp when the advisory goes into effectString
beginsISO
ISO 8601 date of the time when the advisory goes into effectNumber
created
UNIX timestamp when the advisory was initially created and stored in the databaseString
createdISO
ISO 8601 date of the time when the advisory was initially created and stored in the databaseNumber
expires
UNIX timestamp when the advisory expiresString
expiresISO
ISO 8601 date of the time when the advisory expiresNumber
issued
UNIX timestamp when the advisory was initially issuedString
issuedISO
ISO 8601 date of the time when the advisory was initially issuedNumber
updated
UNIX timestamp when the advisory was updatedString
updatedISO
ISO 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
-
-