@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class ImmutableRoomAttributes extends Object
| Constructor and Description |
|---|
ImmutableRoomAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRoomAttributes |
_public(Boolean _public) |
ImmutableRoomAttributes |
copyProtected(Boolean copyProtected) |
boolean |
equals(Object o) |
Boolean |
getCopyProtected()
If true, clients disable the clipboard copy for content in this stream.
|
Boolean |
getPublic()
If true, this is a public chatroom.
|
Boolean |
getReadOnly()
If true, only stream owners can send messages.
|
int |
hashCode() |
ImmutableRoomAttributes |
readOnly(Boolean readOnly) |
void |
setCopyProtected(Boolean copyProtected) |
void |
setPublic(Boolean _public) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
public ImmutableRoomAttributes _public(Boolean _public)
public Boolean getPublic()
public void setPublic(Boolean _public)
public ImmutableRoomAttributes readOnly(Boolean readOnly)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public ImmutableRoomAttributes copyProtected(Boolean copyProtected)
public Boolean getCopyProtected()
public void setCopyProtected(Boolean copyProtected)
Copyright © 2018 Symphony Software Foundation. All rights reserved.