Package org.fiware.ngsi.model
Class PointVO
java.lang.Object
org.fiware.ngsi.model.PointVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class PointVO
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoordinates(PositionDefinitionVO newCoordinates) booleangetType()inthashCode()setCoordinates(PositionDefinitionVO newCoordinates) setType(PointVO.Type newType) toString()type()type(PointVO.Type newType)
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_COORDINATES
- See Also:
-
-
Constructor Details
-
PointVO
public PointVO()
-
-
Method Details