@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-12-17T23:29:05.070-05:00") public class RoomSystemInfo extends Object
| Constructor and Description |
|---|
RoomSystemInfo() |
| Modifier and Type | Method and Description |
|---|---|
RoomSystemInfo |
active(Boolean active) |
RoomSystemInfo |
createdByUserId(Long createdByUserId) |
RoomSystemInfo |
creationDate(Long creationDate) |
boolean |
equals(Object o) |
Boolean |
getActive()
If false, no messages can be sent in this stream, and membership is locked.
|
Long |
getCreatedByUserId()
Get createdByUserId
|
Long |
getCreationDate()
The datetime when the stream was originally created.
|
String |
getId()
Get id
|
int |
hashCode() |
RoomSystemInfo |
id(String id) |
void |
setActive(Boolean active) |
void |
setCreatedByUserId(Long createdByUserId) |
void |
setCreationDate(Long creationDate) |
void |
setId(String id) |
String |
toString() |
public RoomSystemInfo id(String id)
public String getId()
public void setId(String id)
public RoomSystemInfo creationDate(Long creationDate)
public Long getCreationDate()
public void setCreationDate(Long creationDate)
public RoomSystemInfo createdByUserId(Long createdByUserId)
public Long getCreatedByUserId()
public void setCreatedByUserId(Long createdByUserId)
public RoomSystemInfo active(Boolean active)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2017 Symphony Software Foundation. All rights reserved.