Class HTMLCheckResult
java.lang.Object
io.quarkiverse.mailpit.test.model.HTMLCheckResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class HTMLCheckResult
extends Object
Result struct
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this HTMLCheckResult object is equal to o.Family eg: Outlook, Mozilla ThunderbirdgetName()Friendly name of result, combining family, platform & versionNote number for partially supported if applicablePlatform eg: ios, android, windowsSupport [yes, no, partial]Family version eg: 4.7.1, 2019-10, 10.3inthashCode()noteNumber(String noteNumber) voidvoidvoidsetNoteNumber(String noteNumber) voidsetPlatform(String platform) voidsetSupport(String support) voidsetVersion(String version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FAMILY
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NOTE_NUMBER
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_SUPPORT
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
HTMLCheckResult
public HTMLCheckResult()
-
-
Method Details
-
family
-
getFamily
Family eg: Outlook, Mozilla Thunderbird- Returns:
- family
-
setFamily
-
name
-
getName
Friendly name of result, combining family, platform & version- Returns:
- name
-
setName
-
noteNumber
-
getNoteNumber
Note number for partially supported if applicable- Returns:
- noteNumber
-
setNoteNumber
-
platform
-
getPlatform
Platform eg: ios, android, windows- Returns:
- platform
-
setPlatform
-
support
-
getSupport
Support [yes, no, partial]- Returns:
- support
-
setSupport
-
version
-
getVersion
Family version eg: 4.7.1, 2019-10, 10.3- Returns:
- version
-
setVersion
-
equals
Return true if this HTMLCheckResult object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-