@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-05-17T17:57:10.292+08:00") public class ModifyChatroom extends Object
| 构造器和说明 |
|---|
ModifyChatroom() |
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyChatroom |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
Integer |
getMaxusers()
Get maxusers
|
String |
getName()
Get name
|
int |
hashCode() |
ModifyChatroom |
maxusers(Integer maxusers) |
ModifyChatroom |
name(String name) |
void |
setDescription(String description) |
void |
setMaxusers(Integer maxusers) |
void |
setName(String name) |
String |
toString() |
public ModifyChatroom name(String name)
public String getName()
public void setName(String name)
public ModifyChatroom description(String description)
public String getDescription()
public void setDescription(String description)
public ModifyChatroom maxusers(Integer maxusers)
public Integer getMaxusers()
public void setMaxusers(Integer maxusers)
Copyright © 2017. All rights reserved.