Uses of Class
dev.vality.damsel.columbus.LocationInfo
| Package | Description |
|---|---|
| dev.vality.damsel.columbus | |
| dev.vality.damsel.merch_stat |
-
Uses of LocationInfo in dev.vality.damsel.columbus
Methods in dev.vality.damsel.columbus that return LocationInfo Modifier and Type Method Description LocationInfoLocationInfo. deepCopy()LocationInfoLocationInfo. setCityGeoId(int city_geo_id)LocationInfoLocationInfo. setCountryGeoId(int country_geo_id)LocationInfoLocationInfo. setRawResponse(String raw_response)Methods in dev.vality.damsel.columbus with parameters of type LocationInfo Modifier and Type Method Description intLocationInfo. compareTo(LocationInfo other)booleanLocationInfo. equals(LocationInfo that)Constructors in dev.vality.damsel.columbus with parameters of type LocationInfo Constructor Description LocationInfo(LocationInfo other)Performs a deep copy on other. -
Uses of LocationInfo in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as LocationInfo Modifier and Type Field Description LocationInfoStatPayment. location_infoMethods in dev.vality.damsel.merch_stat that return LocationInfo Modifier and Type Method Description LocationInfoStatPayment. getLocationInfo()Methods in dev.vality.damsel.merch_stat with parameters of type LocationInfo Modifier and Type Method Description StatPaymentStatPayment. setLocationInfo(LocationInfo location_info)