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.fieldMessage- The audit event message.
- 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.CBString fieldMessage)
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.CBString fieldMessage) 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.CBIntegerUnsigned64fieldId()Returns the value of thefieldIdrecord component.com.io7m.cedarbridge.runtime.api.CBStringReturns the value of thefieldMessagerecord 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.CBString fieldMessage) 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 componentfieldMessage- the value for thefieldMessagerecord 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
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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
public com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned64 fieldId()Returns the value of thefieldIdrecord component.- Returns:
- the value of the
fieldIdrecord component
-
fieldOwner
public com.io7m.cedarbridge.runtime.api.CBUUID fieldOwner()Returns the value of thefieldOwnerrecord component.- Returns:
- the value of the
fieldOwnerrecord component
-
fieldTime
Returns the value of thefieldTimerecord component.- Returns:
- the value of the
fieldTimerecord component
-
fieldType
public com.io7m.cedarbridge.runtime.api.CBString fieldType()Returns the value of thefieldTyperecord component.- Returns:
- the value of the
fieldTyperecord component
-
fieldMessage
public com.io7m.cedarbridge.runtime.api.CBString fieldMessage()Returns the value of thefieldMessagerecord component.- Returns:
- the value of the
fieldMessagerecord component
-