@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class V2AdminStreamInfo extends Object
| Constructor and Description |
|---|
V2AdminStreamInfo() |
| Modifier and Type | Method and Description |
|---|---|
V2AdminStreamInfo |
attributes(V2AdminStreamAttributes attributes) |
boolean |
equals(Object o) |
V2AdminStreamAttributes |
getAttributes()
Get attributes
|
String |
getId()
stream id
|
Boolean |
getIsActive()
true indicate that this stream has the status of active and false indicate this stream has the scope of inactive
|
Boolean |
getIsExternal()
true indicate this stream has the scope of external and false indictate this stream has the scope of internal
|
Boolean |
getIsPublic()
true indicate that this stream has a privacy setting of public.
|
String |
getType()
type of stream (IM, MIM, ROOM)
|
int |
hashCode() |
V2AdminStreamInfo |
id(String id) |
V2AdminStreamInfo |
isActive(Boolean isActive) |
V2AdminStreamInfo |
isExternal(Boolean isExternal) |
V2AdminStreamInfo |
isPublic(Boolean isPublic) |
void |
setAttributes(V2AdminStreamAttributes attributes) |
void |
setId(String id) |
void |
setIsActive(Boolean isActive) |
void |
setIsExternal(Boolean isExternal) |
void |
setIsPublic(Boolean isPublic) |
void |
setType(String type) |
String |
toString() |
V2AdminStreamInfo |
type(String type) |
public V2AdminStreamInfo id(String id)
public String getId()
public void setId(String id)
public V2AdminStreamInfo isExternal(Boolean isExternal)
public Boolean getIsExternal()
public void setIsExternal(Boolean isExternal)
public V2AdminStreamInfo isActive(Boolean isActive)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public V2AdminStreamInfo isPublic(Boolean isPublic)
public Boolean getIsPublic()
public void setIsPublic(Boolean isPublic)
public V2AdminStreamInfo type(String type)
public String getType()
public void setType(String type)
public V2AdminStreamInfo attributes(V2AdminStreamAttributes attributes)
public V2AdminStreamAttributes getAttributes()
public void setAttributes(V2AdminStreamAttributes attributes)
Copyright © 2018 Symphony Software Foundation. All rights reserved.