SiteSealInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. SiteSealInner
- com.
Implements
public final class SiteSealInner
implements JsonSerializable<SiteSealInner>
Site seal.
Constructor Summary
Constructor | Description |
---|---|
SiteSealInner() |
Creates an instance of Site |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Site |
fromJson(JsonReader jsonReader)
Reads an instance of Site |
String |
html()
Get the html property: HTML snippet. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Site |
withHtml(String html)
Set the html property: HTML snippet. |
Methods inherited from java.lang.Object
Constructor Details
SiteSealInner
public SiteSealInner()
Creates an instance of SiteSealInner class.
Method Details
fromJson
public static SiteSealInner fromJson(JsonReader jsonReader)
Reads an instance of SiteSealInner from the JsonReader.
Parameters:
Returns:
Throws:
html
public String html()
Get the html property: HTML snippet.
Returns:
toJson
validate
public void validate()
Validates the instance.
withHtml
public SiteSealInner withHtml(String html)
Set the html property: HTML snippet.
Parameters:
Returns:
Applies to
Azure SDK for Java