-
public final class SecurityStateExplanationAn explanation of an factor contributing to the security state.
-
-
Field Summary
Fields Modifier and Type Field Description private final SecurityStatesecurityStateprivate final Stringtitleprivate final Stringsummaryprivate final Stringdescriptionprivate final MixedContentTypemixedContentTypeprivate final List<String>certificateprivate final List<String>recommendations
-
Constructor Summary
Constructors Constructor Description SecurityStateExplanation(SecurityState securityState, String title, String summary, String description, MixedContentType mixedContentType, List<String> certificate, List<String> recommendations)
-
Method Summary
Modifier and Type Method Description final SecurityStatecomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final MixedContentTypecomponent5()final List<String>component6()final List<String>component7()final SecurityStateExplanationcopy(SecurityState securityState, String title, String summary, String description, MixedContentType mixedContentType, List<String> certificate, List<String> recommendations)final SecurityStategetSecurityState()Security state representing the severity of the factor being explained. final StringgetTitle()Title describing the type of factor. final StringgetSummary()Short phrase describing the type of factor. final StringgetDescription()Full text explanation of the factor. final MixedContentTypegetMixedContentType()The type of mixed content described by the explanation. final List<String>getCertificate()Page certificate. final List<String>getRecommendations()Recommendations to fix any issues. -
-
Constructor Detail
-
SecurityStateExplanation
SecurityStateExplanation(SecurityState securityState, String title, String summary, String description, MixedContentType mixedContentType, List<String> certificate, List<String> recommendations)
-
-
Method Detail
-
component1
final SecurityState component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final MixedContentType component5()
-
component6
final List<String> component6()
-
component7
final List<String> component7()
-
copy
final SecurityStateExplanation copy(SecurityState securityState, String title, String summary, String description, MixedContentType mixedContentType, List<String> certificate, List<String> recommendations)
-
getSecurityState
final SecurityState getSecurityState()
Security state representing the severity of the factor being explained.
-
getSummary
final String getSummary()
Short phrase describing the type of factor.
-
getDescription
final String getDescription()
Full text explanation of the factor.
-
getMixedContentType
final MixedContentType getMixedContentType()
The type of mixed content described by the explanation.
-
getCertificate
final List<String> getCertificate()
Page certificate.
-
getRecommendations
final List<String> getRecommendations()
Recommendations to fix any issues.
-
-
-
-