Package org.fiware.ngsi.model
Class SubscriptionAllOfVO
java.lang.Object
org.fiware.ngsi.model.SubscriptionAllOfVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class SubscriptionAllOfVO
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getType()inthashCode()id()modifiedAt(Instant newModifiedAt) notification(NotificationParamsVO newNotification) setCreatedAt(Instant newCreatedAt) setModifiedAt(Instant newModifiedAt) setNotification(NotificationParamsVO newNotification) setStatus(SubscriptionAllOfVO.Status newStatus) setType(SubscriptionAllOfVO.Type newType) status()status(SubscriptionAllOfVO.Status newStatus) toString()type()type(SubscriptionAllOfVO.Type newType)
-
Field Details
-
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
-
SubscriptionAllOfVO
public SubscriptionAllOfVO()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
id
-
id
-
type
-
type
-
notification
-
notification
-
status
-
status
-
createdAt
-
createdAt
-
modifiedAt
-
modifiedAt
-
getId
-
setId
-
getType
-
setType
-
getNotification
-
setNotification
-
getStatus
-
setStatus
-
getCreatedAt
-
setCreatedAt
-
getModifiedAt
-
setModifiedAt
-