Class SecurityStateExplanation

java.lang.Object
io.webfolder.cdp.type.security.SecurityStateExplanation

public class SecurityStateExplanation extends Object
An explanation of an factor contributing to the security state.
  • Constructor Details

    • SecurityStateExplanation

      public SecurityStateExplanation()
  • Method Details

    • getSecurityState

      public SecurityState getSecurityState()
      Security state representing the severity of the factor being explained.
    • setSecurityState

      public void setSecurityState(SecurityState securityState)
      Security state representing the severity of the factor being explained.
    • getTitle

      public String getTitle()
      Title describing the type of factor.
    • setTitle

      public void setTitle(String title)
      Title describing the type of factor.
    • getSummary

      public String getSummary()
      Short phrase describing the type of factor.
    • setSummary

      public void setSummary(String summary)
      Short phrase describing the type of factor.
    • getDescription

      public String getDescription()
      Full text explanation of the factor.
    • setDescription

      public void setDescription(String description)
      Full text explanation of the factor.
    • getMixedContentType

      public MixedContentType getMixedContentType()
      The type of mixed content described by the explanation.
    • setMixedContentType

      public void setMixedContentType(MixedContentType mixedContentType)
      The type of mixed content described by the explanation.
    • getCertificate

      public List<String> getCertificate()
      Page certificate.
    • setCertificate

      public void setCertificate(List<String> certificate)
      Page certificate.
    • getRecommendations

      public List<String> getRecommendations()
      Recommendations to fix any issues.
    • setRecommendations

      public void setRecommendations(List<String> recommendations)
      Recommendations to fix any issues.
    • toString

      public String toString()
      Overrides:
      toString in class Object