
public class RestartTransferJsonPacket extends JsonPacket
| Modifier and Type | Field and Description |
|---|---|
protected String |
requested |
protected String |
requester |
Date |
restarttime |
protected long |
specialid |
| Constructor and Description |
|---|
RestartTransferJsonPacket() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequested() |
String |
getRequester() |
Date |
getRestarttime() |
long |
getSpecialid() |
void |
setRequested(String requested) |
void |
setRequester(String requester) |
void |
setRequestUserPacket()
Default value to set
|
void |
setRestarttime(Date restarttime) |
void |
setSpecialid(long specialid) |
createFromBuffer, createObjectNode, fromJson, getComment, getRequestUserPacket, setComment, setRequestUserPacket, toStringprotected String requester
protected String requested
protected long specialid
public Date restarttime
public final String getRequester()
public final void setRequester(String requester)
requester - the requester to setpublic final String getRequested()
public final void setRequested(String requested)
requested - the requested to setpublic final long getSpecialid()
public final void setSpecialid(long specialid)
specialid - the specialid to setpublic final Date getRestarttime()
public final void setRestarttime(Date restarttime)
restarttime - the restarttime to setpublic final void setRequestUserPacket()
JsonPacketsetRequestUserPacket in class JsonPacketCopyright © 2009–2022 Waarp. All rights reserved.