Class GeoLocationImpl
java.lang.Object
com.commercetools.history.models.common.GeoLocationImpl
- All Implemented Interfaces:
GeoLocation,io.vrap.rmf.base.client.ModelBase
public class GeoLocationImpl
extends Object
implements GeoLocation, io.vrap.rmf.base.client.ModelBase
GeoLocation
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetCoordinates(Integer... coordinates) set coordinatesvoidsetCoordinates(List<Integer> coordinates) set coordinatesvoidset typetoString()Methods inherited from interface com.commercetools.history.models.common.GeoLocation
withGeoLocationMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
GeoLocationImpl
public GeoLocationImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceGeoLocation- Returns:
- type
-
getCoordinates
- Specified by:
getCoordinatesin interfaceGeoLocation- Returns:
- coordinates
-
setType
Description copied from interface:GeoLocationset type- Specified by:
setTypein interfaceGeoLocation- Parameters:
type- value to be set
-
setCoordinates
Description copied from interface:GeoLocationset coordinates- Specified by:
setCoordinatesin interfaceGeoLocation- Parameters:
coordinates- values to be set
-
setCoordinates
Description copied from interface:GeoLocationset coordinates- Specified by:
setCoordinatesin interfaceGeoLocation- Parameters:
coordinates- values to be set
-
equals
-
hashCode
public int hashCode() -
toString
-