GenerateExpressRouteLagsLOAResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.GenerateExpressRouteLagsLOAResultInner

Implements

public final class GenerateExpressRouteLagsLOAResultInner
implements JsonSerializable<GenerateExpressRouteLagsLOAResultInner>

Response for GenerateExpressRouteLagsLOA API service call.

Method Summary

Modifier and Type Method and Description
String encodedContent()

Get the encodedContent property: The content as a base64 encoded string.

static GenerateExpressRouteLagsLOAResultInner fromJson(JsonReader jsonReader)

Reads an instance of GenerateExpressRouteLagsLOAResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

encodedContent

public String encodedContent()

Get the encodedContent property: The content as a base64 encoded string.

Returns:

the encodedContent value.

fromJson

public static GenerateExpressRouteLagsLOAResultInner fromJson(JsonReader jsonReader)

Reads an instance of GenerateExpressRouteLagsLOAResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the GenerateExpressRouteLagsLOAResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to