public class AntiLeech extends Object implements Serializable
| Constructor and Description |
|---|
AntiLeech() |
| Modifier and Type | Method and Description |
|---|---|
IP |
getIp()
Returns the IP
|
Refer |
getRefer()
Returns the refer
|
void |
setIp(IP ip)
Sets the IP.
|
void |
setRefer(Refer refer)
Sets the refer
|
String |
toString() |
AntiLeech |
withIp(IP ip)
Sets the IP and returns this object
|
AntiLeech |
withRefer(Refer refer)
Sets the refer and returns this object.
|
public Refer getRefer()
public void setRefer(Refer refer)
refer - the referpublic AntiLeech withRefer(Refer refer)
refer - the referpublic IP getIp()
public void setIp(IP ip)
ip - the IPpublic AntiLeech withIp(IP ip)
ip - the IPCopyright © 2024. All rights reserved.