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