Record Class CAICommandAuditSearchNext
java.lang.Object
java.lang.Record
com.io7m.cardant.protocol.inventory.CAICommandAuditSearchNext
- All Implemented Interfaces:
CAProtocolMessageType,CAICommandType<CAIResponseAuditSearch>,CAIMessageType,com.io7m.hibiscus.api.HBMessageType
public record CAICommandAuditSearchNext()
extends Record
implements CAICommandType<CAIResponseAuditSearch>
Continue searching.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aCAICommandAuditSearchNextrecord class. -
Method Summary
-
Constructor Details
-
CAICommandAuditSearchNext
public CAICommandAuditSearchNext()Creates an instance of aCAICommandAuditSearchNextrecord 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.
-