public class BusinessRequestJsonPacket extends JsonPacket
Modifier and Type | Field and Description |
---|---|
protected String |
arguments |
protected String |
className |
protected int |
delay |
protected String |
extraArguments |
protected boolean |
isToApplied |
protected boolean |
isValidated |
Constructor and Description |
---|
BusinessRequestJsonPacket() |
Modifier and Type | Method and Description |
---|---|
String |
getArguments() |
String |
getClassName() |
int |
getDelay() |
String |
getExtraArguments() |
boolean |
isToApplied() |
boolean |
isValidated() |
void |
setArguments(String arguments) |
void |
setClassName(String className) |
void |
setDelay(int delay) |
void |
setExtraArguments(String extraArguments) |
void |
setRequestUserPacket()
Default value to set
|
void |
setToApplied(boolean isToApplied) |
void |
setValidated(boolean isValidated) |
createFromBuffer, createObjectNode, fromJson, getComment, getRequestUserPacket, setComment, setRequestUserPacket, toString
protected boolean isToApplied
protected String className
protected String arguments
protected String extraArguments
protected int delay
protected boolean isValidated
public boolean isValidated()
public void setValidated(boolean isValidated)
isValidated
- the isValidated to setpublic boolean isToApplied()
public void setToApplied(boolean isToApplied)
isToApplied
- the isToApplied to setpublic String getClassName()
public void setClassName(String className)
className
- the className to setpublic String getArguments()
public void setArguments(String arguments)
arguments
- the arguments to setpublic String getExtraArguments()
public void setExtraArguments(String extraArguments)
extraArguments
- the extraArguments to setpublic int getDelay()
public void setDelay(int delay)
delay
- the delay to setpublic void setRequestUserPacket()
JsonPacket
setRequestUserPacket
in class JsonPacket
Copyright © 2009–2020 Waarp. All rights reserved.