Record Class MailpitHtmlCheckResponse
java.lang.Object
java.lang.Record
io.micronaut.email.mailpit.client.model.MailpitHtmlCheckResponse
- Record Components:
warnings- Check warnings.platforms- Tested platforms.total- Total score.
public record MailpitHtmlCheckResponse(@Nullable List<MailpitHtmlCheckWarning> warnings, @Nullable Map<String, List<String>> platforms, @Nullable MailpitHtmlCheckTotal total)
extends Record
Mailpit HTML compatibility check response.
- Since:
- 3.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionMailpitHtmlCheckResponse(@Nullable List<MailpitHtmlCheckWarning> warnings, @Nullable Map<String, List<String>> platforms, @Nullable MailpitHtmlCheckTotal total) Creates an instance of aMailpitHtmlCheckResponserecord 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.Returns the value of theplatformsrecord component.final StringtoString()Returns a string representation of this record class.@Nullable MailpitHtmlCheckTotaltotal()Returns the value of thetotalrecord component.@Nullable List<MailpitHtmlCheckWarning> warnings()Returns the value of thewarningsrecord component.
-
Constructor Details
-
MailpitHtmlCheckResponse
public MailpitHtmlCheckResponse(@Nullable List<MailpitHtmlCheckWarning> warnings, @Nullable Map<String, List<String>> platforms, @Nullable MailpitHtmlCheckTotal total) Creates an instance of aMailpitHtmlCheckResponserecord class.
-
-
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). -
warnings
-
platforms
-
total
-