Package org.fiware.ngsi.model
Class SubscriptionAllOfVO
java.lang.Object
org.fiware.ngsi.model.SubscriptionAllOfVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class SubscriptionAllOfVO
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getType()
int
hashCode()
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
-