Package org.fiware.ngsi.model
Class QueryVO
java.lang.Object
org.fiware.ngsi.model.QueryVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class QueryVO
extends Object
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddAttrsItem(String attrsItem) attrs()csf()entities()entities(EntityInfoVO newEntities) booleangeoQ()geoQ(GeoQueryVO newGeoQ) getAttrs()getCsf()getGeoQ()getQ()getType()inthashCode()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
 
 -