@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-07-17T15:11:45.646-04:00") public class ModifyChatroom extends Object
| Constructor and Description |
|---|
ModifyChatroom() |
| Modifier and Type | Method and Description |
|---|---|
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.