public class System
Constructor and Description |
---|
System(Integer type,
Integer id,
Float message,
String countryCode,
Integer sunrise,
Integer sunset,
String pod) |
System() |
Modifier and Type | Method and Description |
---|---|
Integer |
component1() |
Integer |
component2() |
Float |
component3() |
String |
component4() |
String |
component7() |
System |
copy(Integer type,
Integer id,
Float message,
String countryCode,
Integer sunrise,
Integer sunset,
String pod) |
boolean |
equals(Object p) |
String |
getCountryCode() |
Integer |
getId() |
Float |
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) |
String |
toJson() |
String |
toJsonPretty() |
String |
toString() |
public System(Integer type, Integer id, Float 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 String toJson()
public String toJsonPretty()
public Integer getType()
public Integer getId()
public Float getMessage()
public String getCountryCode()
public String getPod()
public Integer component1()
public Integer component2()
public Float component3()
public String component4()
public String component7()
public System copy(Integer type, Integer id, Float message, String countryCode, Integer sunrise, Integer sunset, String pod)
public String toString()
public int hashCode()
public boolean equals(Object p)