public class SecurityStateExplanation extends Object
| Constructor and Description |
|---|
SecurityStateExplanation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCertificate()
Page certificate.
|
String |
getDescription()
Full text explanation of the factor.
|
MixedContentType |
getMixedContentType()
The type of mixed content described by the explanation.
|
List<String> |
getRecommendations()
Recommendations to fix any issues.
|
SecurityState |
getSecurityState()
Security state representing the severity of the factor being explained.
|
String |
getSummary()
Short phrase describing the type of factor.
|
String |
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 |
setTitle(String title)
Title describing the type of factor.
|
public SecurityState getSecurityState()
public void setSecurityState(SecurityState securityState)
public String getTitle()
public void setTitle(String title)
public String getSummary()
public void setSummary(String summary)
public String getDescription()
public void setDescription(String description)
public MixedContentType getMixedContentType()
public void setMixedContentType(MixedContentType mixedContentType)
Copyright © 2020. All rights reserved.