Class Geo

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Geo, Geo

    public class Geo
    extends BaseBid
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Integer accuracy  
      java.lang.String city  
      java.lang.String country  
      java.lang.Integer lastfix  
      java.lang.Float lat  
      java.lang.Float lon  
      java.lang.String metro  
      java.lang.String region  
      java.lang.String regionfips104  
      java.lang.Integer type  
      java.lang.Integer utcoffset  
      java.lang.String zip  
    • Constructor Summary

      Constructors 
      Constructor Description
      Geo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.json.JSONObject getJsonObject()  
      • Methods inherited from class org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid

        toJSON
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lat

        public java.lang.Float lat
      • lon

        public java.lang.Float lon
      • type

        public java.lang.Integer type
      • accuracy

        public java.lang.Integer accuracy
      • lastfix

        public java.lang.Integer lastfix
      • country

        public java.lang.String country
      • region

        public java.lang.String region
      • regionfips104

        public java.lang.String regionfips104
      • metro

        public java.lang.String metro
      • city

        public java.lang.String city
      • zip

        public java.lang.String zip
      • utcoffset

        public java.lang.Integer utcoffset
    • Constructor Detail

      • Geo

        public Geo()
    • Method Detail

      • getJsonObject

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