public class LogJsonPacket extends JsonPacket
Modifier and Type | Field and Description |
---|---|
protected boolean |
clean |
protected boolean |
purge |
protected String |
request |
protected String |
rule |
protected Date |
start |
protected String |
startid |
protected boolean |
statusdone |
protected boolean |
statuserror |
protected boolean |
statuspending |
protected boolean |
statustransfer |
protected Date |
stop |
protected String |
stopid |
Constructor and Description |
---|
LogJsonPacket() |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(JsonPacket other)
Set from other Json
|
String |
getRequest() |
String |
getRule() |
Date |
getStart() |
String |
getStartid() |
Date |
getStop() |
String |
getStopid() |
boolean |
isClean() |
boolean |
isPurge() |
boolean |
isStatusdone() |
boolean |
isStatuserror() |
boolean |
isStatuspending() |
boolean |
isStatustransfer() |
void |
setClean(boolean clean) |
void |
setPurge(boolean purge) |
void |
setRequest(String request) |
void |
setRequestUserPacket()
Default value to set
|
void |
setRule(String rule) |
void |
setStart(Date start) |
void |
setStartid(String startid) |
void |
setStatusdone(boolean statusdone) |
void |
setStatuserror(boolean statuserror) |
void |
setStatuspending(boolean statuspending) |
void |
setStatustransfer(boolean statustransfer) |
void |
setStop(Date stop) |
void |
setStopid(String stopid) |
createFromBuffer, createObjectNode, getComment, getRequestUserPacket, setComment, setRequestUserPacket, toString
protected boolean purge
protected boolean clean
protected boolean statuspending
protected boolean statustransfer
protected boolean statusdone
protected boolean statuserror
protected String rule
protected String request
protected Date start
protected Date stop
protected String startid
protected String stopid
public boolean isPurge()
public void setPurge(boolean purge)
purge
- the purge to setpublic boolean isClean()
public void setClean(boolean clean)
clean
- the clean to setpublic boolean isStatuspending()
public void setStatuspending(boolean statuspending)
statuspending
- the statuspending to setpublic boolean isStatustransfer()
public void setStatustransfer(boolean statustransfer)
statustransfer
- the statustransfer to setpublic boolean isStatusdone()
public void setStatusdone(boolean statusdone)
statusdone
- the statusdone to setpublic boolean isStatuserror()
public void setStatuserror(boolean statuserror)
statuserror
- the statuserror to setpublic String getRule()
public void setRule(String rule)
rule
- the rule to setpublic String getRequest()
public void setRequest(String request)
request
- the request to setpublic Date getStart()
public void setStart(Date start)
start
- the start to setpublic Date getStop()
public void setStop(Date stop)
stop
- the stop to setpublic String getStartid()
public void setStartid(String startid)
startid
- the startid to setpublic String getStopid()
public void setStopid(String stopid)
stopid
- the stopid to setpublic void fromJson(JsonPacket other)
JsonPacket
fromJson
in class JsonPacket
public void setRequestUserPacket()
JsonPacket
setRequestUserPacket
in class JsonPacket
Copyright © 2009–2020 Waarp. All rights reserved.