org.starhope.appius.server
Class SpyRequest
java.lang.Object
org.starhope.appius.server.SpyRequest
public class SpyRequest
- extends java.lang.Object
This contains the information required to request to spy upon someone
else.
- Author:
- brpocock
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpyRequest
public SpyRequest()
getSpy
public it.gotoandplay.smartfoxserver.data.User getSpy()
- Returns:
- the spy
getVictim
public java.lang.String getVictim()
- Returns:
- the victim
isStopping
public boolean isStopping()
- Returns:
- the stopping
setSpy
public void setSpy(it.gotoandplay.smartfoxserver.data.User newSpy)
- Parameters:
newSpy
- the spy to set
setStopping
public void setStopping(boolean stopping1)
- Parameters:
stopping1
- the stopping to set
setVictim
public void setVictim(java.lang.String newVictim)
- Parameters:
newVictim
- the victim to set