public static class DateTimePacket.Payload extends Packet.Payload
command, status
Constructor and Description |
---|
Payload() |
Modifier and Type | Method and Description |
---|---|
short |
getDay() |
short |
getHour() |
short |
getMinute() |
short |
getMonth() |
short |
getSecond() |
int |
getTzSec() |
int |
getYear() |
void |
setDay(short day) |
void |
setHour(short hour) |
void |
setMinute(short minute) |
void |
setMonth(short month) |
void |
setSecond(short second) |
void |
setTzSec(int tzSec) |
void |
setYear(int year) |
java.lang.String |
toString() |
getCommand, getStatus, setCommand, setStatus
public int getYear()
public short getMonth()
public short getDay()
public short getHour()
public short getMinute()
public short getSecond()
public int getTzSec()
public void setYear(int year)
public void setMonth(short month)
public void setDay(short day)
public void setHour(short hour)
public void setMinute(short minute)
public void setSecond(short second)
public void setTzSec(int tzSec)
public java.lang.String toString()
toString
in class java.lang.Object