Package org.fiware.ngsi.model
Class QueryVO
java.lang.Object
org.fiware.ngsi.model.QueryVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class QueryVO
extends Object
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAttrsItem
(String attrsItem) attrs()
csf()
entities()
entities
(EntityInfoVO newEntities) boolean
geoQ()
geoQ
(GeoQueryVO newGeoQ) getAttrs()
getCsf()
getGeoQ()
getQ()
getType()
int
hashCode()
q()
setEntities
(EntityInfoVO newEntities) setGeoQ
(GeoQueryVO newGeoQ) setTemporalQ
(TemporalQueryVO newTemporalQ) setType
(QueryVO.Type newType) temporalQ
(TemporalQueryVO newTemporalQ) toString()
type()
type
(QueryVO.Type newType)
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_ENTITIES
- See Also:
-
JSON_PROPERTY_ATTRS
- See Also:
-
JSON_PROPERTY_Q
- See Also:
-
JSON_PROPERTY_GEO_Q
- See Also:
-
JSON_PROPERTY_TEMPORAL_Q
- See Also:
-
JSON_PROPERTY_CSF
- See Also:
-
-
Constructor Details
-
QueryVO
public QueryVO()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
type
-
type
-
entities
-
entities
-
attrs
-
attrs
-
q
-
q
-
geoQ
-
geoQ
-
temporalQ
-
temporalQ
-
csf
-
csf
-
getType
-
setType
-
getEntities
-
setEntities
-
getAttrs
-
setAttrs
-
addAttrsItem
-
getQ
-
setQ
-
getGeoQ
-
setGeoQ
-
getTemporalQ
-
setTemporalQ
-
getCsf
-
setCsf
-