Class User

  • All Implemented Interfaces:
    java.io.Serializable

    public class User
    extends BaseBid
    See Also:
    Serialized Form
    • Field Detail

      • yob

        public java.lang.Integer yob
      • gender

        public java.lang.String gender
      • keywords

        public java.lang.String keywords
      • geo

        public Geo geo
      • customData

        public java.lang.String customData
      • id

        public java.lang.String id
      • ext

        public Ext ext
      • buyerUid

        public java.lang.String buyerUid
      • dataObjects

        public java.util.ArrayList<DataObject> dataObjects
    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getJsonObject

        public org.json.JSONObject getJsonObject()
                                          throws org.json.JSONException
        Throws:
        org.json.JSONException
      • getGeo

        public Geo getGeo()
      • setGeo

        public void setGeo​(Geo geo)
      • getExt

        public Ext getExt()
      • setExt

        public void setExt​(Ext ext)