public class JoinGroupRespBody extends Message
Modifier and Type | Field and Description |
---|---|
String |
group |
JoinGroupResult |
result |
cmd, createTime, id
Constructor and Description |
---|
JoinGroupRespBody() |
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
JoinGroupResult |
getResult() |
void |
setGroup(String group) |
void |
setResult(JoinGroupResult result) |
getCmd, getCreateTime, getId, setCmd, setCreateTime, setId, toByte, toJsonString
public JoinGroupResult result
public String group
public JoinGroupResult getResult()
public void setResult(JoinGroupResult result)
public String getGroup()
public void setGroup(String group)
Copyright © 2018. All rights reserved.