|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotAddDenyCall
public class BotAddDenyCall
Adds a user to a client's deny list.
| Constructor Summary | |
|---|---|
BotAddDenyCall(String name)
Creates an add deny call. |
|
| Method Summary | |
|---|---|
Object |
clone()
Returns an exact copy of this call. |
String |
getName()
Returns the user's name. |
void |
setName(String name)
Sets the user's name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BotAddDenyCall(String name)
name - the user's name| Method Detail |
|---|
public String getName()
public void setName(String name)
This value can contain content variables.
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 | |||||||