public class ConfigExportResponseJsonPacket extends ConfigExportJsonPacket
Modifier and Type | Field and Description |
---|---|
protected byte |
command |
protected String |
filealias |
protected String |
filebusiness |
protected String |
filehost |
protected String |
fileroles |
protected String |
filerule |
Constructor and Description |
---|
ConfigExportResponseJsonPacket() |
Modifier and Type | Method and Description |
---|---|
byte |
getCommand() |
String |
getFilealias() |
String |
getFilebusiness() |
String |
getFilehost() |
String |
getFileroles() |
String |
getFilerule() |
void |
setCommand(byte command) |
void |
setFilealias(String filealias) |
void |
setFilebusiness(String filebusiness) |
void |
setFilehost(String filehost) |
void |
setFileroles(String fileroles) |
void |
setFilerule(String filerule) |
void |
setRequestUserPacket()
Default value to set
|
fromJson, isAlias, isBusiness, isHost, isRoles, isRule, setAlias, setBusiness, setHost, setRoles, setRule
createFromBuffer, createObjectNode, getComment, getRequestUserPacket, setComment, setRequestUserPacket, toString
protected byte command
protected String filehost
protected String filerule
protected String filebusiness
protected String filealias
protected String fileroles
public final byte getCommand()
public final void setCommand(byte command)
command
- the command to setpublic final String getFilehost()
public final void setFilehost(String filehost)
filehost
- the filehost to setpublic final String getFilerule()
public final void setFilerule(String filerule)
filerule
- the filerule to setpublic final String getFilebusiness()
public final void setFilebusiness(String filebusiness)
filebusiness
- the filebusiness to setpublic final String getFilealias()
public final void setFilealias(String filealias)
filealias
- the filealias to setpublic final String getFileroles()
public final void setFileroles(String fileroles)
fileroles
- the fileroles to setpublic final void setRequestUserPacket()
JsonPacket
setRequestUserPacket
in class ConfigExportJsonPacket
Copyright © 2009–2022 Waarp. All rights reserved.