
public class StopOrCancelJsonPacket extends JsonPacket
| Modifier and Type | Field and Description |
|---|---|
protected String |
requested |
protected String |
requester |
protected long |
specialid |
| Constructor and Description |
|---|
StopOrCancelJsonPacket() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequested() |
String |
getRequester() |
long |
getSpecialid() |
void |
setCancel() |
void |
setRequested(String requested) |
void |
setRequester(String requester) |
void |
setRequestUserPacket()
Default value to set
|
void |
setSpecialid(long specialid) |
void |
setStop() |
createFromBuffer, createObjectNode, fromJson, getComment, getRequestUserPacket, setComment, setRequestUserPacket, toStringprotected String requester
protected String requested
protected long specialid
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 void setRequestUserPacket()
JsonPacketsetRequestUserPacket in class JsonPacketpublic final void setStop()
public final void setCancel()
Copyright © 2009–2022 Waarp. All rights reserved.