Class GeoLocationResult
- java.lang.Object
-
- com.hybris.cis.client.shared.models.CisResult
-
- com.hybris.cis.client.geolocation.models.GeoLocationResult
-
- All Implemented Interfaces:
Identifiable
public class GeoLocationResult extends CisResult
Result of a geolocation request.
-
-
Constructor Summary
Constructors Constructor Description GeoLocationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CisAddress>getGeoLocations()voidsetGeoLocations(java.util.List<CisAddress> geoLocations)-
Methods inherited from class com.hybris.cis.client.shared.models.CisResult
getClientRefId, getDecision, getHref, getId, getVendorId, getVendorReasonCode, getVendorResponses, getVendorStatusCode, setClientRefId, setDecision, setHref, setId, setVendorId, setVendorReasonCode, setVendorResponses, setVendorStatusCode
-
-
-
-
Method Detail
-
getGeoLocations
public java.util.List<CisAddress> getGeoLocations()
-
setGeoLocations
public void setGeoLocations(java.util.List<CisAddress> geoLocations)
-
-