@Entity
public class Config
extends java.lang.Object
| Constructor and Description |
|---|
Config() |
Config(int numUsers,
int maxTweets,
int minTweets,
int maxFollowers,
int minFollowers) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getConfigId() |
int |
getMaxFollowers() |
int |
getMaxTweets() |
int |
getMinFollowers() |
int |
getMinTweets() |
int |
getNumUsers() |
int |
hashCode() |
boolean |
isComplete() |
void |
setComplete(boolean complete) |
void |
setConfigId(java.lang.Long configId) |
void |
setMaxFollowers(int maxFollowers) |
void |
setMaxTweets(int maxTweets) |
void |
setMinFollowers(int minFollowers) |
void |
setMinTweets(int minTweets) |
void |
setNumUsers(int numUsers) |
java.lang.String |
toString() |
public Config()
public Config(int numUsers,
int maxTweets,
int minTweets,
int maxFollowers,
int minFollowers)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Long getConfigId()
public void setConfigId(java.lang.Long configId)
public int getNumUsers()
public void setNumUsers(int numUsers)
public int getMaxTweets()
public void setMaxTweets(int maxTweets)
public int getMinTweets()
public void setMinTweets(int minTweets)
public int getMaxFollowers()
public void setMaxFollowers(int maxFollowers)
public int getMinFollowers()
public void setMinFollowers(int minFollowers)
public boolean isComplete()
public void setComplete(boolean complete)