|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotSetPermitModeCall
public class BotSetPermitModeCall
Sets a bot's permit mode.
| Constructor Summary | |
|---|---|
BotSetPermitModeCall(String permitMode)
Creates a set permit mode call. |
|
| Method Summary | |
|---|---|
Object |
clone()
Returns an exact copy of this call. |
String |
getPermitMode()
Returns the permit mode. |
boolean |
isGlobal()
Returns whether all clients are affected. |
void |
setGlobal(boolean global)
Sets whether all clients are affected. |
void |
setPermitMode(String permitMode)
Sets the permit mode. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BotSetPermitModeCall(String permitMode)
permitMode - the permit mode| Method Detail |
|---|
public String getPermitMode()
public void setPermitMode(String permitMode)
This value can contain content variables.
public boolean isGlobal()
public void setGlobal(boolean global)
If true, the permit mode is set on all the bot's clients.
Otherwise, the permit mode is only set on the client associated with this call.
The default value is false.
public Object clone()
clone in class Objectpublic String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||