Package io.webfolder.cdp.type.security
Class SafetyTipInfo
java.lang.Object
io.webfolder.cdp.type.security.SafetyTipInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescribes whether the page triggers any safety tips or reputation warnings.The URL the safety tip suggested ("Did you mean?").void
setSafetyTipStatus
(SafetyTipStatus safetyTipStatus) Describes whether the page triggers any safety tips or reputation warnings.void
setSafeUrl
(String safeUrl) The URL the safety tip suggested ("Did you mean?").toString()
-
Constructor Details
-
SafetyTipInfo
public SafetyTipInfo()
-
-
Method Details
-
getSafetyTipStatus
Describes whether the page triggers any safety tips or reputation warnings. Default is unknown. -
setSafetyTipStatus
Describes whether the page triggers any safety tips or reputation warnings. Default is unknown. -
getSafeUrl
The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches. -
setSafeUrl
The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches. -
toString
-