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(Double latitude,
Double longitude,
NonExistentClass dateISO,
Integer date,
Double value) |
HistoricalUVIndex() |
Modifier and Type | Method and Description |
---|---|
Double |
component1() |
Double |
component2() |
NonExistentClass |
component3() |
Double |
component5() |
HistoricalUVIndex |
copy(Double latitude,
Double longitude,
NonExistentClass dateISO,
Integer date,
Double value) |
boolean |
equals(Object p) |
static HistoricalUVIndex |
fromJson(String json) |
NonExistentClass |
getDateISO() |
NonExistentClass |
getDateTime() |
Double |
getLatitude() |
Double |
getLongitude() |
Double |
getValue() |
boolean |
hasDateISO() |
boolean |
hasDateTime() |
boolean |
hasLatitude() |
boolean |
hasLongitude() |
boolean |
hasValue() |
int |
hashCode() |
void |
setDateTime(NonExistentClass p) |
static String |
toJson(HistoricalUVIndex pojo) |
static String |
toJsonPretty(HistoricalUVIndex pojo) |
String |
toString() |
public static HistoricalUVIndex.Static Static
public HistoricalUVIndex(Double latitude, Double longitude, NonExistentClass dateISO, Integer date, Double value)
public HistoricalUVIndex()
public NonExistentClass getDateTime()
public void setDateTime(NonExistentClass p)
public boolean hasLongitude()
public boolean hasLatitude()
public boolean hasDateISO()
public boolean hasDateTime()
public boolean hasValue()
public Double getLatitude()
public Double getLongitude()
public NonExistentClass getDateISO()
public Double getValue()
public Double component1()
public Double component2()
public NonExistentClass component3()
public Double component5()
public HistoricalUVIndex copy(Double latitude, Double longitude, NonExistentClass dateISO, Integer date, Double value)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static HistoricalUVIndex fromJson(String json)
public static String toJson(HistoricalUVIndex pojo)
public static String toJsonPretty(HistoricalUVIndex pojo)