public class CharacterChatChannelsResponse extends Object implements Serializable
| Constructor and Description |
|---|
CharacterChatChannelsResponse() |
public CharacterChatChannelsResponse channelId(Integer channelId)
public Integer getChannelId()
public void setChannelId(Integer channelId)
public CharacterChatChannelsResponse name(String name)
public String getName()
public void setName(String name)
public CharacterChatChannelsResponse ownerId(Integer ownerId)
public Integer getOwnerId()
public void setOwnerId(Integer ownerId)
public CharacterChatChannelsResponse comparisonKey(String comparisonKey)
public String getComparisonKey()
public void setComparisonKey(String comparisonKey)
public CharacterChatChannelsResponse hasPassword(Boolean hasPassword)
public Boolean getHasPassword()
public void setHasPassword(Boolean hasPassword)
public CharacterChatChannelsResponse motd(String motd)
public String getMotd()
public void setMotd(String motd)
public CharacterChatChannelsResponse allowed(List<ChatChannelsAllowed> allowed)
public CharacterChatChannelsResponse addAllowedItem(ChatChannelsAllowed allowedItem)
public List<ChatChannelsAllowed> getAllowed()
public void setAllowed(List<ChatChannelsAllowed> allowed)
public CharacterChatChannelsResponse operators(List<ChatChannelsOperator> operators)
public CharacterChatChannelsResponse addOperatorsItem(ChatChannelsOperator operatorsItem)
public List<ChatChannelsOperator> getOperators()
public void setOperators(List<ChatChannelsOperator> operators)
public CharacterChatChannelsResponse blocked(List<ChatChannelsBlocked> blocked)
public CharacterChatChannelsResponse addBlockedItem(ChatChannelsBlocked blockedItem)
public List<ChatChannelsBlocked> getBlocked()
public void setBlocked(List<ChatChannelsBlocked> blocked)
public CharacterChatChannelsResponse muted(List<ChatChannelsMuted> muted)
public CharacterChatChannelsResponse addMutedItem(ChatChannelsMuted mutedItem)
public List<ChatChannelsMuted> getMuted()
public void setMuted(List<ChatChannelsMuted> muted)
Copyright © 2018. All Rights Reserved.