Class BitwardsAdminInfo

java.lang.Object
fi.bitwards.service.BitwardsAdminInfo

public class BitwardsAdminInfo extends Object
Bitwards end user entity.
  • Method Details

    • getAccountId

      public long getAccountId()
      Get account Id
      Returns:
      the account Id
    • getAccountName

      public String getAccountName()
      Get street address
      Returns:
      the street address
    • getStreetAddress

      public String getStreetAddress()
      Get street address
      Returns:
      the street address
    • getCountry

      public String getCountry()
      Get country
      Returns:
      the country
    • getCity

      public String getCity()
      Get city
      Returns:
      the city
    • getUserRole

      public String getUserRole()
      Get user role
      Returns:
      the user role
    • getSupportNumber

      public String getSupportNumber()
      Get support number
      Returns:
      the support number
    • getSupportEmail

      public String getSupportEmail()
      Get support email
      Returns:
      the support email
    • getZipCode

      public String getZipCode()
      Get zip code
      Returns:
      the zip code
    • toString

      public String toString()
      Overrides:
      toString in class Object