Record Class CAICommandAuditSearchPrevious
java.lang.Object
java.lang.Record
com.io7m.cardant.protocol.inventory.CAICommandAuditSearchPrevious
- All Implemented Interfaces:
CAProtocolMessageType,CAICommandType<CAIResponseAuditSearch>,CAIMessageType,com.io7m.hibiscus.api.HBMessageType
public record CAICommandAuditSearchPrevious()
extends Record
implements CAICommandType<CAIResponseAuditSearch>
Continue searching.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aCAICommandAuditSearchPreviousrecord class. -
Method Summary
-
Constructor Details
-
CAICommandAuditSearchPrevious
public CAICommandAuditSearchPrevious()Creates an instance of aCAICommandAuditSearchPreviousrecord class.
-
-
Method Details
-
responseClass
- Specified by:
responseClassin interfaceCAICommandType<CAIResponseAuditSearch>- Returns:
- The response class associated with this command (excluding the error response)
-
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.
-