Record Class MailpitHtmlCheckResult
java.lang.Object
java.lang.Record
io.micronaut.email.mailpit.client.model.MailpitHtmlCheckResult
- Record Components:
name- Result name.platform- Platform name.family- Client family.version- Client version.support- Support status.noteNumber- Support note number.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.@Nullable Stringfamily()Returns the value of thefamilyrecord component.final inthashCode()Returns a hash code value for this object.@Nullable Stringname()Returns the value of thenamerecord component.@Nullable StringReturns the value of thenoteNumberrecord component.@Nullable Stringplatform()Returns the value of theplatformrecord component.@Nullable Stringsupport()Returns the value of thesupportrecord component.final StringtoString()Returns a string representation of this record class.@Nullable Stringversion()Returns the value of theversionrecord component.
-
Constructor Details
-
MailpitHtmlCheckResult
public MailpitHtmlCheckResult(@Nullable String name, @Nullable String platform, @Nullable String family, @Nullable String version, @Nullable String support, @Nullable String noteNumber) Creates an instance of aMailpitHtmlCheckResultrecord class.- Parameters:
name- the value for thenamerecord componentplatform- the value for theplatformrecord componentfamily- the value for thefamilyrecord componentversion- the value for theversionrecord componentsupport- the value for thesupportrecord componentnoteNumber- the value for thenoteNumberrecord 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). -
name
-
platform
-
family
-
version
-
support
-
noteNumber
Returns the value of thenoteNumberrecord component.- Returns:
- the value of the
noteNumberrecord component
-