Class GDUserPart1

  • All Implemented Interfaces:
    GDEntity

    public final class GDUserPart1
    extends Object
    • Constructor Detail

      • GDUserPart1

        public GDUserPart1​(long id,
                           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,
                           int trailId,
                           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()
      • getTrailId

        public int getTrailId()
      • 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)
      • 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.
        Specified by:
        getId in interface GDEntity
        Returns:
        an ID
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object