public class DailyUVIndexForecast
Modifier and Type | Class and Description |
---|---|
static class |
DailyUVIndexForecast.Static |
Modifier and Type | Field and Description |
---|---|
static DailyUVIndexForecast.Static |
Static |
Constructor and Description |
---|
DailyUVIndexForecast(Double latitude,
Double longitude,
NonExistentClass dateISO,
Integer date,
Double value) |
DailyUVIndexForecast() |
Modifier and Type | Method and Description |
---|---|
Double |
component1() |
Double |
component2() |
NonExistentClass |
component3() |
Double |
component5() |
DailyUVIndexForecast |
copy(Double latitude,
Double longitude,
NonExistentClass dateISO,
Integer date,
Double value) |
boolean |
equals(Object p) |
static DailyUVIndexForecast |
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(DailyUVIndexForecast pojo) |
static String |
toJsonPretty(DailyUVIndexForecast pojo) |
String |
toString() |
public static DailyUVIndexForecast.Static Static
public DailyUVIndexForecast(Double latitude, Double longitude, NonExistentClass dateISO, Integer date, Double value)
public DailyUVIndexForecast()
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 DailyUVIndexForecast copy(Double latitude, Double longitude, NonExistentClass dateISO, Integer date, Double value)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static DailyUVIndexForecast fromJson(String json)
public static String toJson(DailyUVIndexForecast pojo)
public static String toJsonPretty(DailyUVIndexForecast pojo)