Partilhar via


NetworkRuleSetListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.eventhubs.fluent.models.NetworkRuleSetListResultInner

Implements

public final class NetworkRuleSetListResultInner
implements JsonSerializable<NetworkRuleSetListResultInner>

The response of the List NetworkRuleSet operation.

Constructor Summary

Constructor Description
NetworkRuleSetListResultInner()

Creates an instance of NetworkRuleSetListResultInner class.

Method Summary

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

Reads an instance of NetworkRuleSetListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<NetworkRuleSetInner> value()

Get the value property: Result of the List NetworkRuleSet operation.

NetworkRuleSetListResultInner withNextLink(String nextLink)

Set the nextLink property: Link to the next set of results.

NetworkRuleSetListResultInner withValue(List<NetworkRuleSetInner> value)

Set the value property: Result of the List NetworkRuleSet operation.

Methods inherited from java.lang.Object

Constructor Details

NetworkRuleSetListResultInner

public NetworkRuleSetListResultInner()

Creates an instance of NetworkRuleSetListResultInner class.

Method Details

fromJson

public static NetworkRuleSetListResultInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkRuleSetListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Result of the List NetworkRuleSet operation.

Returns:

the value value.

withNextLink

public NetworkRuleSetListResultInner withNextLink(String nextLink)

Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet.

Parameters:

nextLink - the nextLink value to set.

Returns:

the NetworkRuleSetListResultInner object itself.

withValue

public NetworkRuleSetListResultInner withValue(List value)

Set the value property: Result of the List NetworkRuleSet operation.

Parameters:

value - the value value to set.

Returns:

the NetworkRuleSetListResultInner object itself.

Applies to