Package org.fiware.ngsi.model
Class ContextSourceRegistrationVO
java.lang.Object
org.fiware.ngsi.model.ContextSourceRegistrationVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class ContextSourceRegistrationVO
extends Object
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddInformationItem(RegistrationInfoVO informationItem) description(String newDescription) endpoint()booleanexpires()getId()getName()getType()inthashCode()id()information(List<RegistrationInfoVO> newInformation) location()location(GeometryVO newLocation) managementInterval(TimeIntervalVO newManagementInterval) modifiedAt(Instant newModifiedAt) name()observationInterval(TimeIntervalVO newObservationInterval) observationSpace(GeometryVO newObservationSpace) operationSpace(GeometryVO newOperationSpace) setAtContext(Object newAtContext) setCreatedAt(Instant newCreatedAt) setDescription(String newDescription) setEndpoint(URI newEndpoint) setExpires(Instant newExpires) setInformation(List<RegistrationInfoVO> newInformation) setLocation(GeometryVO newLocation) setManagementInterval(TimeIntervalVO newManagementInterval) setModifiedAt(Instant newModifiedAt) setObservationInterval(TimeIntervalVO newObservationInterval) setObservationSpace(GeometryVO newObservationSpace) setOperationSpace(GeometryVO newOperationSpace) setType(ContextSourceRegistrationVO.Type newType) toString()type()type(ContextSourceRegistrationVO.Type newType)  
- 
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:
 
 - 
JSON_PROPERTY_ID
- See Also:
 
 - 
JSON_PROPERTY_TYPE
- See Also:
 
 - 
JSON_PROPERTY_CREATED_AT
- See Also:
 
 - 
JSON_PROPERTY_MODIFIED_AT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ContextSourceRegistrationVO
public ContextSourceRegistrationVO() 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
atContext
 - 
atContext
 - 
information
 - 
information
 - 
observationInterval
 - 
observationInterval
 - 
managementInterval
 - 
managementInterval
 - 
location
 - 
location
 - 
observationSpace
 - 
observationSpace
 - 
operationSpace
 - 
operationSpace
 - 
expires
 - 
expires
 - 
name
 - 
name
 - 
description
 - 
description
 - 
endpoint
 - 
endpoint
 - 
id
 - 
id
 - 
type
 - 
type
 - 
createdAt
 - 
createdAt
 - 
modifiedAt
 - 
modifiedAt
 - 
getAtContext
 - 
setAtContext
 - 
getInformation
 - 
setInformation
 - 
addInformationItem
 - 
getObservationInterval
 - 
setObservationInterval
 - 
getManagementInterval
 - 
setManagementInterval
 - 
getLocation
 - 
setLocation
 - 
getObservationSpace
 - 
setObservationSpace
 - 
getOperationSpace
 - 
setOperationSpace
 - 
getExpires
 - 
setExpires
 - 
getName
 - 
setName
 - 
getDescription
 - 
setDescription
 - 
getEndpoint
 - 
setEndpoint
 - 
getId
 - 
setId
 - 
getType
 - 
setType
 - 
getCreatedAt
 - 
setCreatedAt
 - 
getModifiedAt
 - 
setModifiedAt
 
 -