Class Account
java.lang.Object
org.api.manapool.model.Account
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()booleanbooleanbooleanbooleanvoidvoidsetPayoutEnabled(boolean payoutEnabled) voidsetSealedLive(boolean sealedLive) voidsetSinglesLive(boolean singlesLive) voidsetUsername(String username) voidsetVerified(boolean verified) toString()
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
toString
-
getUsername
-
setUsername
-
getEmail
-
setEmail
-
isVerified
public boolean isVerified() -
setVerified
public void setVerified(boolean verified) -
isSinglesLive
public boolean isSinglesLive() -
setSinglesLive
public void setSinglesLive(boolean singlesLive) -
isSealedLive
public boolean isSealedLive() -
setSealedLive
public void setSealedLive(boolean sealedLive) -
isPayoutEnabled
public boolean isPayoutEnabled() -
setPayoutEnabled
public void setPayoutEnabled(boolean payoutEnabled)
-