Condividi tramite


RadiusAuthServerListResultInner Class

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

Implements

public final class RadiusAuthServerListResultInner
implements JsonSerializable<RadiusAuthServerListResultInner>

List of Radius servers with respective radius secrets.

Constructor Summary

Constructor Description
RadiusAuthServerListResultInner()

Creates an instance of RadiusAuthServerListResultInner class.

Method Summary

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

Reads an instance of RadiusAuthServerListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: URL to get the next set of operation list results if there are any.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RadiusAuthServer> value()

Get the value property: List of Radius servers with respective radius secrets.

RadiusAuthServerListResultInner withNextLink(String nextLink)

Set the nextLink property: URL to get the next set of operation list results if there are any.

RadiusAuthServerListResultInner withValue(List<RadiusAuthServer> value)

Set the value property: List of Radius servers with respective radius secrets.

Methods inherited from java.lang.Object

Constructor Details

RadiusAuthServerListResultInner

public RadiusAuthServerListResultInner()

Creates an instance of RadiusAuthServerListResultInner class.

Method Details

fromJson

public static RadiusAuthServerListResultInner fromJson(JsonReader jsonReader)

Reads an instance of RadiusAuthServerListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: URL to get the next set of operation list results if there are any.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<RadiusAuthServer> value()

Get the value property: List of Radius servers with respective radius secrets.

Returns:

the value value.

withNextLink

public RadiusAuthServerListResultInner withNextLink(String nextLink)

Set the nextLink property: URL to get the next set of operation list results if there are any.

Parameters:

nextLink - the nextLink value to set.

Returns:

the RadiusAuthServerListResultInner object itself.

withValue

public RadiusAuthServerListResultInner withValue(List<RadiusAuthServer> value)

Set the value property: List of Radius servers with respective radius secrets.

Parameters:

value - the value value to set.

Returns:

the RadiusAuthServerListResultInner object itself.

Applies to