public class SpamCheckSetting extends Object
| Constructor and Description |
|---|
SpamCheckSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getEnable() |
String |
getPostToUrl() |
int |
getSpamThreshold() |
int |
hashCode() |
void |
setEnable(boolean enable) |
void |
setPostToUrl(String postToUrl) |
void |
setSpamThreshold(int spamThreshold) |
public boolean getEnable()
public void setEnable(boolean enable)
public int getSpamThreshold()
public void setSpamThreshold(int spamThreshold)
public String getPostToUrl()
public void setPostToUrl(String postToUrl)
Copyright © 2022. All rights reserved.