Package io.voucherify.client.model
Class LocationsGetResponseBodyShapeGeojson
java.lang.Object
io.voucherify.client.model.LocationsGetResponseBodyShapeGeojson
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LocationsGetResponseBodyShapeGeojson
extends Object
LocationsGetResponseBodyShapeGeojson
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCoordinatesItem(List<Integer> coordinatesItem) coordinates(List<List<Integer>> coordinates) booleanCreate an instance of LocationsGetResponseBodyShapeGeojson given an JSON stringGet coordinatesgetType()Get typeinthashCode()voidsetCoordinates(List<List<Integer>> coordinates) voidtoJson()Convert an instance of LocationsGetResponseBodyShapeGeojson to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_COORDINATES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
LocationsGetResponseBodyShapeGeojson
public LocationsGetResponseBodyShapeGeojson()
-
-
Method Details
-
type
-
getType
Get type- Returns:
- type
-
setType
-
coordinates
-
addCoordinatesItem
-
getCoordinates
Get coordinates- Returns:
- coordinates
-
setCoordinates
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of LocationsGetResponseBodyShapeGeojson given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LocationsGetResponseBodyShapeGeojson
- Throws:
IOException- if the JSON string is invalid with respect to LocationsGetResponseBodyShapeGeojson
-
toJson
Convert an instance of LocationsGetResponseBodyShapeGeojson to an JSON string- Returns:
- JSON string
-