GenerateExpressRoutePortsLoaResultInner Class

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

Implements

public final class GenerateExpressRoutePortsLoaResultInner
implements JsonSerializable<GenerateExpressRoutePortsLoaResultInner>

Response for GenerateExpressRoutePortsLOA API service call.

Constructor Summary

Constructor Description
GenerateExpressRoutePortsLoaResultInner()

Creates an instance of GenerateExpressRoutePortsLoaResultInner class.

Method Summary

Modifier and Type Method and Description
String encodedContent()

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

static GenerateExpressRoutePortsLoaResultInner fromJson(JsonReader jsonReader)

Reads an instance of GenerateExpressRoutePortsLoaResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

GenerateExpressRoutePortsLoaResultInner withEncodedContent(String encodedContent)

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

Methods inherited from java.lang.Object

Constructor Details

GenerateExpressRoutePortsLoaResultInner

public GenerateExpressRoutePortsLoaResultInner()

Creates an instance of GenerateExpressRoutePortsLoaResultInner class.

Method Details

encodedContent

public String encodedContent()

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

Returns:

the encodedContent value.

fromJson

public static GenerateExpressRoutePortsLoaResultInner fromJson(JsonReader jsonReader)

Reads an instance of GenerateExpressRoutePortsLoaResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GenerateExpressRoutePortsLoaResultInner 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 GenerateExpressRoutePortsLoaResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEncodedContent

public GenerateExpressRoutePortsLoaResultInner withEncodedContent(String encodedContent)

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

Parameters:

encodedContent - the encodedContent value to set.

Returns:

the GenerateExpressRoutePortsLoaResultInner object itself.

Applies to