public class SafetyTipInfo extends Object
| Constructor and Description |
|---|
SafetyTipInfo() |
| Modifier and Type | Method and Description |
|---|---|
SafetyTipStatus |
getSafetyTipStatus()
Describes whether the page triggers any safety tips or reputation warnings.
|
String |
getSafeUrl()
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?").
|
public SafetyTipStatus getSafetyTipStatus()
public void setSafetyTipStatus(SafetyTipStatus safetyTipStatus)
public String getSafeUrl()
public void setSafeUrl(String safeUrl)
Copyright © 2021 Kenan Klisura. All rights reserved.