Class GDUserSearchData

  • All Implemented Interfaces:
    GDEntity

    public final class GDUserSearchData
    extends Object
    • Constructor Detail

      • GDUserSearchData

        public GDUserSearchData​(long id,
                                int secretCoins,
                                int userCoins,
                                int color1Id,
                                int color2Id,
                                long accountId,
                                int stars,
                                int creatorPoints,
                                int demons,
                                String name,
                                boolean hasGlowOutline,
                                int mainIconId,
                                IconType mainIconType)
    • Method Detail

      • getName

        public String getName()
      • hasGlowOutline

        public boolean hasGlowOutline()
      • getMainIconId

        public int getMainIconId()
      • getMainIconType

        public IconType getMainIconType()
      • 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