Package io.webfolder.cdp.type.security
Class SecurityStateExplanation
java.lang.Object
io.webfolder.cdp.type.security.SecurityStateExplanation
An explanation of an factor contributing to the security state.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPage certificate.Full text explanation of the factor.The type of mixed content described by the explanation.Recommendations to fix any issues.Security state representing the severity of the factor being explained.Short phrase describing the type of factor.getTitle()
Title describing the type of factor.void
setCertificate
(List<String> certificate) Page certificate.void
setDescription
(String description) Full text explanation of the factor.void
setMixedContentType
(MixedContentType mixedContentType) The type of mixed content described by the explanation.void
setRecommendations
(List<String> recommendations) Recommendations to fix any issues.void
setSecurityState
(SecurityState securityState) Security state representing the severity of the factor being explained.void
setSummary
(String summary) Short phrase describing the type of factor.void
Title describing the type of factor.toString()
-
Constructor Details
-
SecurityStateExplanation
public SecurityStateExplanation()
-
-
Method Details
-
getSecurityState
Security state representing the severity of the factor being explained. -
setSecurityState
Security state representing the severity of the factor being explained. -
getTitle
Title describing the type of factor. -
setTitle
Title describing the type of factor. -
getSummary
Short phrase describing the type of factor. -
setSummary
Short phrase describing the type of factor. -
getDescription
Full text explanation of the factor. -
setDescription
Full text explanation of the factor. -
getMixedContentType
The type of mixed content described by the explanation. -
setMixedContentType
The type of mixed content described by the explanation. -
getCertificate
Page certificate. -
setCertificate
Page certificate. -
getRecommendations
Recommendations to fix any issues. -
setRecommendations
Recommendations to fix any issues. -
toString
-