public final class SiteSealInner extends Object
| Constructor and Description |
|---|
SiteSealInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
html()
Get the html property: HTML snippet.
|
void |
validate()
Validates the instance.
|
SiteSealInner |
withHtml(String html)
Set the html property: HTML snippet.
|
public String html()
public SiteSealInner withHtml(String html)
html - the html value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.