Class GeoLocationInfo

java.lang.Object
dev.vality.swag.analytics.model.GeoLocationInfo

@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
           date="2022-03-18T10:45:05.280Z")
public class GeoLocationInfo
extends Object
Информация о геопозиции
  • Constructor Details

    • GeoLocationInfo

      public GeoLocationInfo()
  • Method Details

    • cityGeoID

      public GeoLocationInfo cityGeoID​(Integer cityGeoID)
    • getCityGeoID

      public Integer getCityGeoID()
      Get cityGeoID
      Returns:
      cityGeoID
    • setCityGeoID

      public void setCityGeoID​(Integer cityGeoID)
    • countryGeoID

      public GeoLocationInfo countryGeoID​(Integer countryGeoID)
    • getCountryGeoID

      public Integer getCountryGeoID()
      Get countryGeoID
      Returns:
      countryGeoID
    • setCountryGeoID

      public void setCountryGeoID​(Integer countryGeoID)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object