Class JebIoObjectUser

java.lang.Object
com.pnfsoftware.jeb.client.jebio.JebIoObjectUser

public class JebIoObjectUser extends Object
Definition of a JEB.IO user.
  • Constructor Details

    • JebIoObjectUser

      public JebIoObjectUser()
  • Method Details

    • getUserid

      public int getUserid()
    • getUsername

      public String getUsername()
    • getCreated

      public String getCreated()
    • isConfirmed

      public boolean isConfirmed()
    • getCode

      public long getCode()
    • getApikey

      public String getApikey()
    • getScore

      public int getScore()
    • getSharecount

      public int getSharecount()
    • getLastsharets

      public String getLastsharets()
    • getReceivecount

      public int getReceivecount()
    • getLastreceivets

      public String getLastreceivets()
    • fromJson

      public static JebIoObjectUser fromJson(Map o) throws Exception
      Throws:
      Exception