public class Redir extends Object
Constructor and Description |
---|
Redir()
Creates a new redirect class.
|
Modifier and Type | Method and Description |
---|---|
Chat |
getChat()
Get the value of chat.
|
byte[] |
getCookie()
Get the value of cookie.
|
int |
getGroup()
Get the value of group.
|
String |
getIp()
Get the value of ip.
|
void |
setChat(Chat chat)
Set the value of chat.
|
void |
setCookie(byte[] cookie)
Set the value of cookie.
|
void |
setGroup(int group)
Set the value of group.
|
void |
setIp(String ip)
Set the value of ip.
|
public int getGroup()
public void setGroup(int group)
group
- Value to assign to group.public String getIp()
public void setIp(String ip)
ip
- Value to assign to ip.public byte[] getCookie()
public void setCookie(byte[] cookie)
cookie
- Value to assign to cookie.public Chat getChat()
public void setChat(Chat chat)
chat
- Value to assign to chat.