Package org.fiware.ngsi.model
Class SubscriptionFragmentVO
java.lang.Object
org.fiware.ngsi.model.SubscriptionFragmentVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class SubscriptionFragmentVO
extends Object
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddEntitiesItem(EntityInfoVO entitiesItem) addWatchedAttributesItem(String watchedAttributesItem) csf()description(String newDescription) entities()entities(List<EntityInfoVO> newEntities) booleanexpires()geoQ()geoQ(GeoQueryVO newGeoQ) getCsf()getGeoQ()getName()getQ()inthashCode()isActive()name()q()setAtContext(Object newAtContext) setDescription(String newDescription) setEntities(List<EntityInfoVO> newEntities) setExpires(Instant newExpires) setGeoQ(GeoQueryVO newGeoQ) setIsActive(Boolean newIsActive) setThrottling(Double newThrottling) setTimeInterval(Double newTimeInterval) setWatchedAttributes(Set<String> newWatchedAttributes) throttling(Double newThrottling) timeInterval(Double newTimeInterval) toString()watchedAttributes(Set<String> newWatchedAttributes)  
- 
Field Details
- 
JSON_PROPERTY_AT_CONTEXT
- See Also:
 
 - 
JSON_PROPERTY_ENTITIES
- See Also:
 
 - 
JSON_PROPERTY_NAME
- See Also:
 
 - 
JSON_PROPERTY_DESCRIPTION
- See Also:
 
 - 
JSON_PROPERTY_WATCHED_ATTRIBUTES
- See Also:
 
 - 
JSON_PROPERTY_TIME_INTERVAL
- See Also:
 
 - 
JSON_PROPERTY_EXPIRES
- See Also:
 
 - 
JSON_PROPERTY_IS_ACTIVE
- See Also:
 
 - 
JSON_PROPERTY_THROTTLING
- See Also:
 
 - 
JSON_PROPERTY_Q
- See Also:
 
 - 
JSON_PROPERTY_GEO_Q
- See Also:
 
 - 
JSON_PROPERTY_CSF
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SubscriptionFragmentVO
public SubscriptionFragmentVO() 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
atContext
 - 
atContext
 - 
entities
 - 
entities
 - 
name
 - 
name
 - 
description
 - 
description
 - 
watchedAttributes
 - 
watchedAttributes
 - 
timeInterval
 - 
timeInterval
 - 
expires
 - 
expires
 - 
isActive
 - 
isActive
 - 
throttling
 - 
throttling
 - 
q
 - 
q
 - 
geoQ
 - 
geoQ
 - 
csf
 - 
csf
 - 
getAtContext
 - 
setAtContext
 - 
getEntities
 - 
setEntities
 - 
addEntitiesItem
 - 
getName
 - 
setName
 - 
getDescription
 - 
setDescription
 - 
getWatchedAttributes
 - 
setWatchedAttributes
 - 
addWatchedAttributesItem
 - 
getTimeInterval
 - 
setTimeInterval
 - 
getExpires
 - 
setExpires
 - 
getIsActive
 - 
setIsActive
 - 
getThrottling
 - 
setThrottling
 - 
getQ
 - 
setQ
 - 
getGeoQ
 - 
setGeoQ
 - 
getCsf
 - 
setCsf
 
 -