SiteSealInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.SiteSealInner

Implements

public final class SiteSealInner
implements JsonSerializable<SiteSealInner>

Site seal.

Constructor Summary

Constructor Description
SiteSealInner()

Creates an instance of SiteSealInner class.

Method Summary

Modifier and Type Method and Description
static SiteSealInner fromJson(JsonReader jsonReader)

Reads an instance of SiteSealInner from the JsonReader.

String html()

Get the html property: HTML snippet.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SiteSealInner 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:

jsonReader - The JsonReader being read.

Returns:

An instance of SiteSealInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

html

public String html()

Get the html property: HTML snippet.

Returns:

the html value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withHtml

public SiteSealInner withHtml(String html)

Set the html property: HTML snippet.

Parameters:

html - the html value to set.

Returns:

the SiteSealInner object itself.

Applies to