Package dev.vality.anapi.v2.model
Class GeoLocationInfo
java.lang.Object
dev.vality.anapi.v2.model.GeoLocationInfo
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2022-01-24T13:10:09.591965115Z[Etc/UTC]")
public class GeoLocationInfo
extends Object
Информация о геопозиции
-
Constructor Summary
Constructors Constructor Description GeoLocationInfo() -
Method Summary
Modifier and Type Method Description GeoLocationInfocityGeoID(Integer cityGeoID)GeoLocationInfocountryGeoID(Integer countryGeoID)booleanequals(Object o)@NotNull IntegergetCityGeoID()Get cityGeoID@NotNull IntegergetCountryGeoID()Get countryGeoIDinthashCode()voidsetCityGeoID(Integer cityGeoID)voidsetCountryGeoID(Integer countryGeoID)StringtoString()
-
Constructor Details
-
GeoLocationInfo
public GeoLocationInfo()
-
-
Method Details
-
cityGeoID
-
getCityGeoID
Get cityGeoID- Returns:
- cityGeoID
-
setCityGeoID
-
countryGeoID
-
getCountryGeoID
Get countryGeoID- Returns:
- countryGeoID
-
setCountryGeoID
-
equals
-
hashCode
public int hashCode() -
toString
-