Serialized Form
-
Package org.gaardeon.coppercook.server.model
-
Record Class org.gaardeon.coppercook.server.model.RegisteredUser
class RegisteredUser extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
displayName
String displayName
The field for thedisplayNamerecord component. -
publicKeyPem
String publicKeyPem
The field for thepublicKeyPemrecord component. -
registeredAt
Instant registeredAt
The field for theregisteredAtrecord component. -
userId
UUID userId
The field for theuserIdrecord component.
-
-
Record Class org.gaardeon.coppercook.server.model.Subscription
class Subscription extends Record implements Serializable-
Serialized Fields
-
publisherId
UUID publisherId
The field for thepublisherIdrecord component. -
requestedAt
Instant requestedAt
The field for therequestedAtrecord component. -
resolvedAt
Instant resolvedAt
The field for theresolvedAtrecord component. -
status
SubscriptionStatus status
The field for thestatusrecord component. -
subscriberId
UUID subscriberId
The field for thesubscriberIdrecord component. -
subscriberPublicKeyPem
String subscriberPublicKeyPem
The field for thesubscriberPublicKeyPemrecord component.
-
-
-