Class HTMLCheckResult
- java.lang.Object
-
- io.quarkiverse.mailpit.test.model.HTMLCheckResult
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class HTMLCheckResult extends ObjectResult struct
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FAMILYstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_NOTE_NUMBERstatic StringJSON_PROPERTY_PLATFORMstatic StringJSON_PROPERTY_SUPPORTstatic StringJSON_PROPERTY_VERSION
-
Constructor Summary
Constructors Constructor Description HTMLCheckResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this HTMLCheckResult object is equal to o.HTMLCheckResultfamily(String family)StringgetFamily()Family eg: Outlook, Mozilla ThunderbirdStringgetName()Friendly name of result, combining family, platform & versionStringgetNoteNumber()Note number for partially supported if applicableStringgetPlatform()Platform eg: ios, android, windowsStringgetSupport()Support [yes, no, partial]StringgetVersion()Family version eg: 4.7.1, 2019-10, 10.3inthashCode()HTMLCheckResultname(String name)HTMLCheckResultnoteNumber(String noteNumber)HTMLCheckResultplatform(String platform)voidsetFamily(String family)voidsetName(String name)voidsetNoteNumber(String noteNumber)voidsetPlatform(String platform)voidsetSupport(String support)voidsetVersion(String version)HTMLCheckResultsupport(String support)StringtoString()StringtoUrlQueryString()Convert the instance into URL query string.StringtoUrlQueryString(String prefix)Convert the instance into URL query string.HTMLCheckResultversion(String version)
-
-
-
Field Detail
-
JSON_PROPERTY_FAMILY
public static final String JSON_PROPERTY_FAMILY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NOTE_NUMBER
public static final String JSON_PROPERTY_NOTE_NUMBER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_PLATFORM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUPPORT
public static final String JSON_PROPERTY_SUPPORT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
family
public HTMLCheckResult family(String family)
-
getFamily
@Nullable public String getFamily()
Family eg: Outlook, Mozilla Thunderbird- Returns:
- family
-
setFamily
public void setFamily(String family)
-
name
public HTMLCheckResult name(String name)
-
getName
@Nullable public String getName()
Friendly name of result, combining family, platform & version- Returns:
- name
-
setName
public void setName(String name)
-
noteNumber
public HTMLCheckResult noteNumber(String noteNumber)
-
getNoteNumber
@Nullable public String getNoteNumber()
Note number for partially supported if applicable- Returns:
- noteNumber
-
setNoteNumber
public void setNoteNumber(String noteNumber)
-
platform
public HTMLCheckResult platform(String platform)
-
getPlatform
@Nullable public String getPlatform()
Platform eg: ios, android, windows- Returns:
- platform
-
setPlatform
public void setPlatform(String platform)
-
support
public HTMLCheckResult support(String support)
-
getSupport
@Nullable public String getSupport()
Support [yes, no, partial]- Returns:
- support
-
setSupport
public void setSupport(String support)
-
version
public HTMLCheckResult version(String version)
-
getVersion
@Nullable public String getVersion()
Family version eg: 4.7.1, 2019-10, 10.3- Returns:
- version
-
setVersion
public void setVersion(String version)
-
equals
public boolean equals(Object o)
Return true if this HTMLCheckResult object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-