public class CharacterChatChannelsResponse extends Object implements Serializable
| Constructor and Description |
|---|
CharacterChatChannelsResponse() |
public CharacterChatChannelsResponse allowed(List<ChatChannelsAllowed> allowed)
public CharacterChatChannelsResponse addAllowedItem(ChatChannelsAllowed allowedItem)
public List<ChatChannelsAllowed> getAllowed()
public void setAllowed(List<ChatChannelsAllowed> allowed)
public CharacterChatChannelsResponse blocked(List<ChatChannelsBlocked> blocked)
public CharacterChatChannelsResponse addBlockedItem(ChatChannelsBlocked blockedItem)
public List<ChatChannelsBlocked> getBlocked()
public void setBlocked(List<ChatChannelsBlocked> blocked)
public CharacterChatChannelsResponse channelId(Integer channelId)
public Integer getChannelId()
public void setChannelId(Integer channelId)
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 muted(List<ChatChannelsMuted> muted)
public CharacterChatChannelsResponse addMutedItem(ChatChannelsMuted mutedItem)
public List<ChatChannelsMuted> getMuted()
public void setMuted(List<ChatChannelsMuted> muted)
public CharacterChatChannelsResponse name(String name)
public String getName()
public void setName(String name)
public CharacterChatChannelsResponse operators(List<ChatChannelsOperator> operators)
public CharacterChatChannelsResponse addOperatorsItem(ChatChannelsOperator operatorsItem)
public List<ChatChannelsOperator> getOperators()
public void setOperators(List<ChatChannelsOperator> operators)
public CharacterChatChannelsResponse ownerId(Integer ownerId)
public Integer getOwnerId()
public void setOwnerId(Integer ownerId)
Copyright © 2017. All Rights Reserved.