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(java.lang.Integer type,
java.lang.Integer id,
java.lang.Double message,
java.lang.String countryCode,
java.lang.Integer sunrise,
java.lang.Integer sunset,
java.lang.String pod) |
System() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
component1() |
java.lang.Integer |
component2() |
java.lang.Double |
component3() |
java.lang.String |
component4() |
java.lang.String |
component7() |
System |
copy(java.lang.Integer type,
java.lang.Integer id,
java.lang.Double message,
java.lang.String countryCode,
java.lang.Integer sunrise,
java.lang.Integer sunset,
java.lang.String pod) |
boolean |
equals(java.lang.Object p) |
static System |
fromJson(java.lang.String json) |
java.lang.String |
getCountryCode() |
java.lang.Integer |
getId() |
java.lang.Double |
getMessage() |
java.lang.String |
getPod() |
java.util.Date |
getSunriseDateTime() |
java.util.Date |
getSunsetDateTime() |
java.lang.Integer |
getType() |
boolean |
hasCountryCode() |
boolean |
hasId() |
boolean |
hasMessage() |
boolean |
hasSunriseDateTime() |
boolean |
hasSunsetDateTime() |
boolean |
hasType() |
int |
hashCode() |
void |
setSunriseDateTime(java.util.Date p) |
void |
setSunsetDateTime(java.util.Date p) |
static java.lang.String |
toJson(System pojo) |
static java.lang.String |
toJsonPretty(System pojo) |
java.lang.String |
toString() |
public static System.Static Static
public System(java.lang.Integer type,
java.lang.Integer id,
java.lang.Double message,
java.lang.String countryCode,
java.lang.Integer sunrise,
java.lang.Integer sunset,
java.lang.String pod)
public System()
public java.util.Date getSunriseDateTime()
public void setSunriseDateTime(java.util.Date p)
public java.util.Date getSunsetDateTime()
public void setSunsetDateTime(java.util.Date p)
public boolean hasType()
public boolean hasId()
public boolean hasMessage()
public boolean hasCountryCode()
public boolean hasSunriseDateTime()
public boolean hasSunsetDateTime()
public java.lang.Integer getType()
public java.lang.Integer getId()
public java.lang.Double getMessage()
public java.lang.String getCountryCode()
public java.lang.String getPod()
public java.lang.Integer component1()
public java.lang.Integer component2()
public java.lang.Double component3()
public java.lang.String component4()
public java.lang.String component7()
public System copy(java.lang.Integer type, java.lang.Integer id, java.lang.Double message, java.lang.String countryCode, java.lang.Integer sunrise, java.lang.Integer sunset, java.lang.String pod)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)
public static System fromJson(java.lang.String json)
public static java.lang.String toJson(System pojo)
public static java.lang.String toJsonPretty(System pojo)