Record Class CJ1CommandFilePut
java.lang.Object
java.lang.Record
com.io7m.cardant.protocol.inventory.json.internal.CJ1CommandFilePut
- All Implemented Interfaces:
CJ1CommandType,CJ1MessageType,CJ1ValueType
@JsonClassDescription("Create or update a file.")
public record CJ1CommandFilePut(CJ1FileType file)
extends Record
implements CJ1CommandType
-
Constructor Summary
ConstructorsConstructorDescriptionCJ1CommandFilePut(CJ1FileType file) Creates an instance of aCJ1CommandFilePutrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.file()Returns the value of thefilerecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CJ1CommandFilePut
Creates an instance of aCJ1CommandFilePutrecord class.- Parameters:
file- the value for thefilerecord component
-
-
Method Details
-
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). -
file
Returns the value of thefilerecord component.- Returns:
- the value of the
filerecord component
-