Package org.fiware.ngsi.model
Class SubscriptionVO
java.lang.Object
org.fiware.ngsi.model.SubscriptionVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class SubscriptionVO
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddEntitiesItem
(EntityInfoVO entitiesItem) addWatchedAttributesItem
(String watchedAttributesItem) csf()
description
(String newDescription) entities()
entities
(List<EntityInfoVO> newEntities) boolean
expires()
geoQ()
geoQ
(GeoQueryVO newGeoQ) getCsf()
getGeoQ()
getId()
getName()
getQ()
getType()
int
hashCode()
id()
isActive()
modifiedAt
(Instant newModifiedAt) name()
notification
(NotificationParamsVO newNotification) q()
setAtContext
(Object newAtContext) setCreatedAt
(Instant newCreatedAt) setDescription
(String newDescription) setEntities
(List<EntityInfoVO> newEntities) setExpires
(Instant newExpires) setGeoQ
(GeoQueryVO newGeoQ) setIsActive
(Boolean newIsActive) setModifiedAt
(Instant newModifiedAt) setNotification
(NotificationParamsVO newNotification) setStatus
(SubscriptionVO.Status newStatus) setThrottling
(Double newThrottling) setTimeInterval
(Double newTimeInterval) setType
(SubscriptionVO.Type newType) setWatchedAttributes
(Set<String> newWatchedAttributes) status()
status
(SubscriptionVO.Status newStatus) throttling
(Double newThrottling) timeInterval
(Double newTimeInterval) toString()
type()
type
(SubscriptionVO.Type newType) 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:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_NOTIFICATION
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_MODIFIED_AT
- See Also:
-
-
Constructor Details
-
SubscriptionVO
public SubscriptionVO()
-
-
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
-
id
-
id
-
type
-
type
-
notification
-
notification
-
status
-
status
-
createdAt
-
createdAt
-
modifiedAt
-
modifiedAt
-
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
-
getId
-
setId
-
getType
-
setType
-
getNotification
-
setNotification
-
getStatus
-
setStatus
-
getCreatedAt
-
setCreatedAt
-
getModifiedAt
-
setModifiedAt
-