Package io.voucherify.client.model
Class LocationsGetResponseBodyShape
java.lang.Object
io.voucherify.client.model.LocationsGetResponseBodyShape
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LocationsGetResponseBodyShape
extends Object
LocationsGetResponseBodyShape
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets formatstatic enumGets or Sets type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_FORMAT
- See Also:
-
SERIALIZED_NAME_DISTANCE
- See Also:
-
SERIALIZED_NAME_GEOJSON
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
LocationsGetResponseBodyShape
public LocationsGetResponseBodyShape()
-
-
Method Details
-
type
-
getType
Get type- Returns:
- type
-
setType
-
format
-
getFormat
Get format- Returns:
- format
-
setFormat
-
distance
-
getDistance
Get distance- Returns:
- distance
-
setDistance
-
geojson
-
getGeojson
Get geojson- Returns:
- geojson
-
setGeojson
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of LocationsGetResponseBodyShape given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LocationsGetResponseBodyShape
- Throws:
IOException- if the JSON string is invalid with respect to LocationsGetResponseBodyShape
-
toJson
Convert an instance of LocationsGetResponseBodyShape to an JSON string- Returns:
- JSON string
-