Record Class IdA1AuditEvent
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
- Record Components:
fieldId- The audit event ID.fieldOwner- The audit event owner.fieldTime- The audit event time.fieldType- The audit event type.fieldData- The audit event data.
- All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType
public record IdA1AuditEvent(com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned64 fieldId, com.io7m.cedarbridge.runtime.api.CBUUID fieldOwner, IdA1TimestampUTC fieldTime, com.io7m.cedarbridge.runtime.api.CBString fieldType, com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString,com.io7m.cedarbridge.runtime.api.CBString> fieldData)
extends Record
implements com.io7m.cedarbridge.runtime.api.CBSerializableType
An audit event.
-
Constructor Summary
ConstructorsConstructorDescriptionIdA1AuditEvent(com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned64 fieldId, com.io7m.cedarbridge.runtime.api.CBUUID fieldOwner, IdA1TimestampUTC fieldTime, com.io7m.cedarbridge.runtime.api.CBString fieldType, com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString, com.io7m.cedarbridge.runtime.api.CBString> fieldData) Creates an instance of aIdA1AuditEventrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic IdA1AuditEventdeserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) Deserialize a value of type IdA1AuditEvent.final booleanIndicates whether some other object is "equal to" this one.com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString, com.io7m.cedarbridge.runtime.api.CBString> Returns the value of thefieldDatarecord component.com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned64fieldId()Returns the value of thefieldIdrecord component.com.io7m.cedarbridge.runtime.api.CBUUIDReturns the value of thefieldOwnerrecord component.Returns the value of thefieldTimerecord component.com.io7m.cedarbridge.runtime.api.CBStringReturns the value of thefieldTyperecord component.final inthashCode()Returns a hash code value for this object.static voidserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context, IdA1AuditEvent $x) Serialize a value of type IdA1AuditEvent.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
IdA1AuditEvent
public IdA1AuditEvent(com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned64 fieldId, com.io7m.cedarbridge.runtime.api.CBUUID fieldOwner, IdA1TimestampUTC fieldTime, com.io7m.cedarbridge.runtime.api.CBString fieldType, com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString, com.io7m.cedarbridge.runtime.api.CBString> fieldData) Creates an instance of aIdA1AuditEventrecord class.- Parameters:
fieldId- the value for thefieldIdrecord componentfieldOwner- the value for thefieldOwnerrecord componentfieldTime- the value for thefieldTimerecord componentfieldType- the value for thefieldTyperecord componentfieldData- the value for thefieldDatarecord component
-
-
Method Details
-
serialize
public static void serialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context, IdA1AuditEvent $x) throws IOException Serialize a value of type IdA1AuditEvent.- Parameters:
$context- The serialization context.$x- The value to be serialized.- Throws:
IOException
-
deserialize
public static IdA1AuditEvent deserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) throws IOException Deserialize a value of type IdA1AuditEvent.- Parameters:
$context- The serialization context.- Returns:
- A value of type IdA1AuditEvent.
- Throws:
IOException
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
fieldId
-
fieldOwner
public com.io7m.cedarbridge.runtime.api.CBUUID fieldOwner()Returns the value of thefieldOwnerrecord component.- Returns:
- the value of the
fieldOwnerrecord component
-
fieldTime
-
fieldType
-
fieldData
-