public class System
Modifier and Type | Class and Description |
---|---|
static class |
System.Static |
Modifier and Type | Field and Description |
---|---|
static System.Static |
Static |
Constructor and Description |
---|
System(Integer type,
Integer id,
Double message,
String countryCode,
Integer sunrise,
Integer sunset,
String pod) |
System() |
Modifier and Type | Method and Description |
---|---|
Integer |
component1() |
Integer |
component2() |
Double |
component3() |
String |
component4() |
String |
component7() |
System |
copy(Integer type,
Integer id,
Double message,
String countryCode,
Integer sunrise,
Integer sunset,
String pod) |
boolean |
equals(Object p) |
static System |
fromJson(String json) |
String |
getCountryCode() |
Integer |
getId() |
Double |
getMessage() |
String |
getPod() |
NonExistentClass |
getSunriseDateTime() |
NonExistentClass |
getSunsetDateTime() |
Integer |
getType() |
boolean |
hasCountryCode() |
boolean |
hasId() |
boolean |
hasMessage() |
boolean |
hasSunriseDateTime() |
boolean |
hasSunsetDateTime() |
boolean |
hasType() |
int |
hashCode() |
void |
setSunriseDateTime(NonExistentClass p) |
void |
setSunsetDateTime(NonExistentClass p) |
static String |
toJson(System pojo) |
static String |
toJsonPretty(System pojo) |
String |
toString() |
public static System.Static Static
public System(Integer type, Integer id, Double message, String countryCode, Integer sunrise, Integer sunset, String pod)
public System()
public NonExistentClass getSunriseDateTime()
public void setSunriseDateTime(NonExistentClass p)
public NonExistentClass getSunsetDateTime()
public void setSunsetDateTime(NonExistentClass p)
public boolean hasType()
public boolean hasId()
public boolean hasMessage()
public boolean hasCountryCode()
public boolean hasSunriseDateTime()
public boolean hasSunsetDateTime()
public Integer getType()
public Integer getId()
public Double getMessage()
public String getCountryCode()
public String getPod()
public Integer component1()
public Integer component2()
public Double component3()
public String component4()
public String component7()
public System copy(Integer type, Integer id, Double message, String countryCode, Integer sunrise, Integer sunset, String pod)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static System fromJson(String json)
public static String toJson(System pojo)
public static String toJsonPretty(System pojo)