public class CurrentUVIndex
| Modifier and Type | Class and Description |
|---|---|
static class |
CurrentUVIndex.Static |
| Modifier and Type | Field and Description |
|---|---|
static CurrentUVIndex.Static |
Static |
| Constructor and Description |
|---|
CurrentUVIndex(java.lang.Double latitude,
java.lang.Double longitude,
java.util.Date dateISO,
java.lang.Integer date,
java.lang.Double value) |
CurrentUVIndex() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
component1() |
java.lang.Double |
component2() |
java.util.Date |
component3() |
java.lang.Double |
component5() |
CurrentUVIndex |
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 CurrentUVIndex |
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(CurrentUVIndex pojo) |
static java.lang.String |
toJsonPretty(CurrentUVIndex pojo) |
java.lang.String |
toString() |
public static CurrentUVIndex.Static Static
public CurrentUVIndex(java.lang.Double latitude,
java.lang.Double longitude,
java.util.Date dateISO,
java.lang.Integer date,
java.lang.Double value)
public CurrentUVIndex()
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 CurrentUVIndex 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 CurrentUVIndex fromJson(java.lang.String json)
public static java.lang.String toJson(CurrentUVIndex pojo)
public static java.lang.String toJsonPretty(CurrentUVIndex pojo)