public class Client extends Wrapper
Modifier and Type | Method and Description |
---|---|
boolean |
canTalk() |
String |
getAwayMessage() |
int |
getChannelGroupId() |
int |
getChannelId() |
String |
getCountry() |
Date |
getCreatedDate() |
int |
getDatabaseId() |
long |
getIconId() |
int |
getId() |
long |
getIdleTime() |
int |
getInheritedChannelGroupId() |
Date |
getLastConnectedDate() |
String |
getNickname() |
String |
getPlatform() |
int[] |
getServerGroups() |
int |
getTalkPower() |
int |
getType() |
String |
getUniqueIdentifier() |
String |
getVersion() |
boolean |
isAway() |
boolean |
isChannelCommander() |
boolean |
isInputHardware() |
boolean |
isInputMuted() |
boolean |
isOutputHardware() |
boolean |
isOutputMuted() |
boolean |
isPrioritySpeaker() |
boolean |
isRecording() |
boolean |
isRegularClient() |
boolean |
isServerQueryClient() |
boolean |
isTalking() |
public boolean canTalk()
public String getAwayMessage()
public int getChannelGroupId()
public int getChannelId()
public String getCountry()
public Date getCreatedDate()
public int getDatabaseId()
public long getIconId()
public int getId()
public long getIdleTime()
public int getInheritedChannelGroupId()
public Date getLastConnectedDate()
public String getNickname()
public String getPlatform()
public int[] getServerGroups()
public int getTalkPower()
public int getType()
public String getUniqueIdentifier()
public String getVersion()
public boolean isAway()
public boolean isChannelCommander()
public boolean isInputHardware()
public boolean isInputMuted()
public boolean isOutputHardware()
public boolean isOutputMuted()
public boolean isPrioritySpeaker()
public boolean isRecording()
public boolean isRegularClient()
public boolean isServerQueryClient()
public boolean isTalking()
Copyright © 2015. All rights reserved.