public class HistoricalUVIndex
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoricalUVIndex.Static |
| Modifier and Type | Field and Description |
|---|---|
static HistoricalUVIndex.Static |
Static |
| Constructor and Description |
|---|
HistoricalUVIndex(java.lang.Double latitude,
java.lang.Double longitude,
java.util.Date dateISO,
java.lang.Integer date,
java.lang.Double value) |
HistoricalUVIndex() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
component1() |
java.lang.Double |
component2() |
java.util.Date |
component3() |
java.lang.Double |
component5() |
HistoricalUVIndex |
copy(java.lang.Double latitude,
java.lang.Double longitude,
java.util.Date dateISO,
java.lang.Integer date,
java.lang.Double value) |
boolean |
equals(java.lang.Object p) |
static HistoricalUVIndex |
fromJson(java.lang.String json) |
java.util.Date |
getDateISO() |
java.util.Date |
getDateTime() |
java.lang.Double |
getLatitude() |
java.lang.Double |
getLongitude() |
java.lang.Double |
getValue() |
boolean |
hasDateISO() |
boolean |
hasDateTime() |
boolean |
hasLatitude() |
boolean |
hasLongitude() |
boolean |
hasValue() |
int |
hashCode() |
void |
setDateTime(java.util.Date p) |
static java.lang.String |
toJson(HistoricalUVIndex pojo) |
static java.lang.String |
toJsonPretty(HistoricalUVIndex pojo) |
java.lang.String |
toString() |
public static HistoricalUVIndex.Static Static
public HistoricalUVIndex(java.lang.Double latitude,
java.lang.Double longitude,
java.util.Date dateISO,
java.lang.Integer date,
java.lang.Double value)
public HistoricalUVIndex()
public java.util.Date getDateTime()
public void setDateTime(java.util.Date p)
public boolean hasLongitude()
public boolean hasLatitude()
public boolean hasDateISO()
public boolean hasDateTime()
public boolean hasValue()
public java.lang.Double getLatitude()
public java.lang.Double getLongitude()
public java.util.Date getDateISO()
public java.lang.Double getValue()
public java.lang.Double component1()
public java.lang.Double component2()
public java.util.Date component3()
public java.lang.Double component5()
public HistoricalUVIndex copy(java.lang.Double latitude, java.lang.Double longitude, java.util.Date dateISO, java.lang.Integer date, java.lang.Double value)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)
public static HistoricalUVIndex fromJson(java.lang.String json)
public static java.lang.String toJson(HistoricalUVIndex pojo)
public static java.lang.String toJsonPretty(HistoricalUVIndex pojo)