Package com.github.alex1304.jdash.entity
Class GDUserProfileData
- java.lang.Object
-
- com.github.alex1304.jdash.entity.GDUserProfileData
-
-
Constructor Summary
Constructors Constructor Description GDUserProfileData(long id, String name, int secretCoins, int userCoins, int color1Id, int color2Id, long accountId, int stars, int creatorPoints, int demons, int diamonds, int globalRank, int cubeIconId, int shipIconId, int ufoIconId, int ballIconId, int waveIconId, int robotIconId, int spiderIconId, boolean hasGlowOutline, int deathEffectId, String youtube, String twitter, String twitch, Role role, boolean hasFriendRequestsEnabled, PrivacySetting privateMessagePolicy, PrivacySetting commmentHistoryPolicy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getAccountId()
int
getBallIconId()
int
getColor1Id()
int
getColor2Id()
PrivacySetting
getCommmentHistoryPolicy()
int
getCreatorPoints()
int
getCubeIconId()
int
getDeathEffectId()
int
getDemons()
int
getDiamonds()
int
getGlobalRank()
long
getId()
The unique identifier for the entity.String
getName()
PrivacySetting
getPrivateMessagePolicy()
int
getRobotIconId()
Role
getRole()
int
getSecretCoins()
int
getShipIconId()
int
getSpiderIconId()
int
getStars()
String
getTwitch()
String
getTwitter()
int
getUfoIconId()
int
getUserCoins()
int
getWaveIconId()
String
getYoutube()
boolean
hasFriendRequestsEnabled()
boolean
hasGlowOutline()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
GDUserProfileData
public GDUserProfileData(long id, String name, int secretCoins, int userCoins, int color1Id, int color2Id, long accountId, int stars, int creatorPoints, int demons, int diamonds, int globalRank, int cubeIconId, int shipIconId, int ufoIconId, int ballIconId, int waveIconId, int robotIconId, int spiderIconId, boolean hasGlowOutline, int deathEffectId, String youtube, String twitter, String twitch, Role role, boolean hasFriendRequestsEnabled, PrivacySetting privateMessagePolicy, PrivacySetting commmentHistoryPolicy)
-
-
Method Detail
-
getDiamonds
public int getDiamonds()
-
getGlobalRank
public int getGlobalRank()
-
getCubeIconId
public int getCubeIconId()
-
getShipIconId
public int getShipIconId()
-
getUfoIconId
public int getUfoIconId()
-
getBallIconId
public int getBallIconId()
-
getWaveIconId
public int getWaveIconId()
-
getRobotIconId
public int getRobotIconId()
-
getSpiderIconId
public int getSpiderIconId()
-
hasGlowOutline
public boolean hasGlowOutline()
-
getDeathEffectId
public int getDeathEffectId()
-
getYoutube
public String getYoutube()
-
getTwitter
public String getTwitter()
-
getTwitch
public String getTwitch()
-
getRole
public Role getRole()
-
hasFriendRequestsEnabled
public boolean hasFriendRequestsEnabled()
-
getPrivateMessagePolicy
public PrivacySetting getPrivateMessagePolicy()
-
getCommmentHistoryPolicy
public PrivacySetting getCommmentHistoryPolicy()
-
equals
public boolean equals(Object obj)
-
getName
public String getName()
-
getSecretCoins
public int getSecretCoins()
-
getUserCoins
public int getUserCoins()
-
getColor1Id
public int getColor1Id()
-
getColor2Id
public int getColor2Id()
-
getAccountId
public long getAccountId()
-
getStars
public int getStars()
-
getCreatorPoints
public int getCreatorPoints()
-
getDemons
public int getDemons()
-
getId
public final long getId()
Description copied from interface:GDEntity
The unique identifier for the entity.
-
-