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 byte getCommand()
public void setCommand(byte command)
command
- the command to setpublic String getFilehost()
public void setFilehost(String filehost)
filehost
- the filehost to setpublic String getFilerule()
public void setFilerule(String filerule)
filerule
- the filerule to setpublic String getFilebusiness()
public void setFilebusiness(String filebusiness)
filebusiness
- the filebusiness to setpublic String getFilealias()
public void setFilealias(String filealias)
filealias
- the filealias to setpublic String getFileroles()
public void setFileroles(String fileroles)
fileroles
- the fileroles to setpublic void setRequestUserPacket()
JsonPacket
setRequestUserPacket
in class ConfigExportJsonPacket
Copyright © 2009–2020 Waarp. All rights reserved.