Package org.fiware.ngsi.model
Class ContextSourceRegistrationFragmentVO
java.lang.Object
org.fiware.ngsi.model.ContextSourceRegistrationFragmentVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class ContextSourceRegistrationFragmentVO
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddInformationItem
(RegistrationInfoVO informationItem) description
(String newDescription) endpoint()
boolean
expires()
getName()
int
hashCode()
information
(List<RegistrationInfoVO> newInformation) location()
location
(GeometryVO newLocation) managementInterval
(TimeIntervalVO newManagementInterval) name()
observationInterval
(TimeIntervalVO newObservationInterval) observationSpace
(GeometryVO newObservationSpace) operationSpace
(GeometryVO newOperationSpace) setAdditionalProperties
(String propertyKey, Object value) setAdditionalProperties
(Map<String, Object> newAdditionalProperties) setAtContext
(Object newAtContext) setDescription
(String newDescription) setEndpoint
(URI newEndpoint) setExpires
(Instant newExpires) setInformation
(List<RegistrationInfoVO> newInformation) setLocation
(GeometryVO newLocation) setManagementInterval
(TimeIntervalVO newManagementInterval) setObservationInterval
(TimeIntervalVO newObservationInterval) setObservationSpace
(GeometryVO newObservationSpace) setOperationSpace
(GeometryVO newOperationSpace) toString()
-
Field Details
-
JSON_PROPERTY_AT_CONTEXT
- See Also:
-
JSON_PROPERTY_INFORMATION
- See Also:
-
JSON_PROPERTY_OBSERVATION_INTERVAL
- See Also:
-
JSON_PROPERTY_MANAGEMENT_INTERVAL
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
JSON_PROPERTY_OBSERVATION_SPACE
- See Also:
-
JSON_PROPERTY_OPERATION_SPACE
- See Also:
-
JSON_PROPERTY_EXPIRES
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ENDPOINT
- See Also:
-
-
Constructor Details
-
ContextSourceRegistrationFragmentVO
public ContextSourceRegistrationFragmentVO()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
atContext
-
atContext
-
information
-
information
-
observationInterval
public ContextSourceRegistrationFragmentVO observationInterval(TimeIntervalVO newObservationInterval) -
observationInterval
-
managementInterval
-
managementInterval
-
location
-
location
-
observationSpace
-
observationSpace
-
operationSpace
-
operationSpace
-
expires
-
expires
-
name
-
name
-
description
-
description
-
endpoint
-
endpoint
-
getAdditionalProperties
-
setAdditionalProperties
public ContextSourceRegistrationFragmentVO setAdditionalProperties(String propertyKey, Object value) -
setAdditionalProperties
public ContextSourceRegistrationFragmentVO setAdditionalProperties(Map<String, Object> newAdditionalProperties) -
getAtContext
-
setAtContext
-
getInformation
-
setInformation
-
addInformationItem
-
getObservationInterval
-
setObservationInterval
public ContextSourceRegistrationFragmentVO setObservationInterval(TimeIntervalVO newObservationInterval) -
getManagementInterval
-
setManagementInterval
public ContextSourceRegistrationFragmentVO setManagementInterval(TimeIntervalVO newManagementInterval) -
getLocation
-
setLocation
-
getObservationSpace
-
setObservationSpace
-
getOperationSpace
-
setOperationSpace
-
getExpires
-
setExpires
-
getName
-
setName
-
getDescription
-
setDescription
-
getEndpoint
-
setEndpoint
-