public class ChatChannelsOperator extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatChannelsOperator.AccessorTypeEnum
accessor_type string
|
| Constructor and Description |
|---|
ChatChannelsOperator() |
| Modifier and Type | Method and Description |
|---|---|
ChatChannelsOperator |
accessorId(Integer accessorId) |
ChatChannelsOperator |
accessorType(ChatChannelsOperator.AccessorTypeEnum accessorType) |
boolean |
equals(Object o) |
Integer |
getAccessorId()
ID of a channel operator
|
ChatChannelsOperator.AccessorTypeEnum |
getAccessorType()
accessor_type string
|
int |
hashCode() |
void |
setAccessorId(Integer accessorId) |
void |
setAccessorType(ChatChannelsOperator.AccessorTypeEnum accessorType) |
String |
toString() |
public ChatChannelsOperator accessorId(Integer accessorId)
public Integer getAccessorId()
public void setAccessorId(Integer accessorId)
public ChatChannelsOperator accessorType(ChatChannelsOperator.AccessorTypeEnum accessorType)
public ChatChannelsOperator.AccessorTypeEnum getAccessorType()
public void setAccessorType(ChatChannelsOperator.AccessorTypeEnum accessorType)
Copyright © 2017. All Rights Reserved.