public class Temp
Modifier and Type | Class and Description |
---|---|
static class |
Temp.Static |
Modifier and Type | Field and Description |
---|---|
static Temp.Static |
Static |
Constructor and Description |
---|
Temp(Double tempDay,
Double tempMin,
Double tempMax,
Double tempNight,
Double tempEvening,
Double tempMorning) |
Temp() |
Modifier and Type | Method and Description |
---|---|
Double |
component1() |
Double |
component2() |
Double |
component3() |
Double |
component4() |
Double |
component5() |
Double |
component6() |
Temp |
copy(Double tempDay,
Double tempMin,
Double tempMax,
Double tempNight,
Double tempEvening,
Double tempMorning) |
boolean |
equals(Object p) |
static Temp |
fromJson(String json) |
Double |
getTempDay() |
Double |
getTempEvening() |
Double |
getTempMax() |
Double |
getTempMin() |
Double |
getTempMorning() |
Double |
getTempNight() |
boolean |
hasTempDay() |
boolean |
hasTempEvening() |
boolean |
hasTempMax() |
boolean |
hasTempMin() |
boolean |
hasTempMorning() |
boolean |
hasTempNight() |
int |
hashCode() |
static String |
toJson(Temp pojo) |
static String |
toJsonPretty(Temp pojo) |
String |
toString() |
public static Temp.Static Static
public Temp(Double tempDay, Double tempMin, Double tempMax, Double tempNight, Double tempEvening, Double tempMorning)
public Temp()
public boolean hasTempDay()
public boolean hasTempMin()
public boolean hasTempMax()
public boolean hasTempNight()
public boolean hasTempEvening()
public boolean hasTempMorning()
public Double getTempDay()
public Double getTempMin()
public Double getTempMax()
public Double getTempNight()
public Double getTempEvening()
public Double getTempMorning()
public Double component1()
public Double component2()
public Double component3()
public Double component4()
public Double component5()
public Double component6()
public Temp copy(Double tempDay, Double tempMin, Double tempMax, Double tempNight, Double tempEvening, Double tempMorning)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static Temp fromJson(String json)
public static String toJson(Temp pojo)
public static String toJsonPretty(Temp pojo)