Record Class IdA1ResponseError
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
- Record Components:
fieldRequestId- The ID of the request that yielded this response.fieldErrorCode- The error code.fieldMessage- The error message.fieldAttributes- The error attributes.fieldRemediatingAction- The remediating action, if any.fieldBlame- The blame assignment.
- All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBProtocolMessageType,com.io7m.cedarbridge.runtime.api.CBSerializableType,ProtocolIdAType,ProtocolIdAv1Type
public record IdA1ResponseError(com.io7m.cedarbridge.runtime.api.CBUUID fieldRequestId, com.io7m.cedarbridge.runtime.api.CBString fieldErrorCode, com.io7m.cedarbridge.runtime.api.CBString fieldMessage, com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString,com.io7m.cedarbridge.runtime.api.CBString> fieldAttributes, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldRemediatingAction, IdA1ResponseBlame fieldBlame)
extends Record
implements com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdAv1Type
An error response.
-
Constructor Summary
ConstructorsConstructorDescriptionIdA1ResponseError(com.io7m.cedarbridge.runtime.api.CBUUID fieldRequestId, com.io7m.cedarbridge.runtime.api.CBString fieldErrorCode, com.io7m.cedarbridge.runtime.api.CBString fieldMessage, com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString, com.io7m.cedarbridge.runtime.api.CBString> fieldAttributes, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldRemediatingAction, IdA1ResponseBlame fieldBlame) Creates an instance of aIdA1ResponseErrorrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic IdA1ResponseErrordeserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) Deserialize a value of type IdA1ResponseError.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 thefieldAttributesrecord component.Returns the value of thefieldBlamerecord component.com.io7m.cedarbridge.runtime.api.CBStringReturns the value of thefieldErrorCoderecord component.com.io7m.cedarbridge.runtime.api.CBStringReturns the value of thefieldMessagerecord component.com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> Returns the value of thefieldRemediatingActionrecord component.com.io7m.cedarbridge.runtime.api.CBUUIDReturns the value of thefieldRequestIdrecord component.final inthashCode()Returns a hash code value for this object.static voidserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context, IdA1ResponseError $x) Serialize a value of type IdA1ResponseError.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
IdA1ResponseError
public IdA1ResponseError(com.io7m.cedarbridge.runtime.api.CBUUID fieldRequestId, com.io7m.cedarbridge.runtime.api.CBString fieldErrorCode, com.io7m.cedarbridge.runtime.api.CBString fieldMessage, com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString, com.io7m.cedarbridge.runtime.api.CBString> fieldAttributes, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldRemediatingAction, IdA1ResponseBlame fieldBlame) Creates an instance of aIdA1ResponseErrorrecord class.- Parameters:
fieldRequestId- the value for thefieldRequestIdrecord componentfieldErrorCode- the value for thefieldErrorCoderecord componentfieldMessage- the value for thefieldMessagerecord componentfieldAttributes- the value for thefieldAttributesrecord componentfieldRemediatingAction- the value for thefieldRemediatingActionrecord componentfieldBlame- the value for thefieldBlamerecord component
-
-
Method Details
-
serialize
public static void serialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context, IdA1ResponseError $x) throws IOException Serialize a value of type IdA1ResponseError.- Parameters:
$context- The serialization context.$x- The value to be serialized.- Throws:
IOException
-
deserialize
public static IdA1ResponseError deserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) throws IOException Deserialize a value of type IdA1ResponseError.- Parameters:
$context- The serialization context.- Returns:
- A value of type IdA1ResponseError.
- 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). -
fieldRequestId
public com.io7m.cedarbridge.runtime.api.CBUUID fieldRequestId()Returns the value of thefieldRequestIdrecord component.- Returns:
- the value of the
fieldRequestIdrecord component
-
fieldErrorCode
public com.io7m.cedarbridge.runtime.api.CBString fieldErrorCode()Returns the value of thefieldErrorCoderecord component.- Returns:
- the value of the
fieldErrorCoderecord component
-
fieldMessage
public com.io7m.cedarbridge.runtime.api.CBString fieldMessage()Returns the value of thefieldMessagerecord component.- Returns:
- the value of the
fieldMessagerecord component
-
fieldAttributes
public com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString,com.io7m.cedarbridge.runtime.api.CBString> fieldAttributes()Returns the value of thefieldAttributesrecord component.- Returns:
- the value of the
fieldAttributesrecord component
-
fieldRemediatingAction
public com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldRemediatingAction()Returns the value of thefieldRemediatingActionrecord component.- Returns:
- the value of the
fieldRemediatingActionrecord component
-
fieldBlame
Returns the value of thefieldBlamerecord component.- Returns:
- the value of the
fieldBlamerecord component
-