public class ChatJSONObject extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNONCEMENT |
Collection |
args |
static String |
LOGIN |
static String |
MESSAGE |
String |
name |
static String |
USERCONNECTEDLIST |
| Constructor and Description |
|---|
ChatJSONObject() |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getArgs() |
String |
getName() |
void |
setArgs(Collection args) |
void |
setName(String name) |
String |
toString() |
public static final String LOGIN
public static final String USERCONNECTEDLIST
public static final String MESSAGE
public static final String ANNONCEMENT
public String name
public Collection args
public String getName()
public void setName(String name)
public Collection getArgs()
public void setArgs(Collection args)
Copyright © 2015. All Rights Reserved.