Record Class MailpitAttachmentChecksums
java.lang.Object
java.lang.Record
io.micronaut.email.mailpit.client.model.MailpitAttachmentChecksums
- Record Components:
md5- MD5 checksum.sha1- SHA1 checksum.sha256- SHA256 checksum.
-
Constructor Summary
ConstructorsConstructorDescriptionMailpitAttachmentChecksums(@Nullable String md5, @Nullable String sha1, @Nullable String sha256) Creates an instance of aMailpitAttachmentChecksumsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@Nullable Stringmd5()Returns the value of themd5record component.@Nullable Stringsha1()Returns the value of thesha1record component.@Nullable Stringsha256()Returns the value of thesha256record component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MailpitAttachmentChecksums
-
-
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). -
md5
-
sha1
-
sha256
-