NetworkRuleSetListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. eventhubs. fluent. models. NetworkRuleSetListResultInner
- com.
Implements
public final class NetworkRuleSetListResultInner
implements JsonSerializable<NetworkRuleSetListResultInner>
The response of the List NetworkRuleSet operation.
Constructor Summary
Constructor | Description |
---|---|
NetworkRuleSetListResultInner() |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
String |
nextLink()
Get the next |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Network |
value()
Get the value property: Result of the List Network |
Network |
withNextLink(String nextLink)
Set the next |
Network |
withValue(List<NetworkRuleSetInner> value)
Set the value property: Result of the List Network |
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:
Returns:
Throws:
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:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Result of the List NetworkRuleSet operation.
Returns:
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:
Returns:
withValue
public NetworkRuleSetListResultInner withValue(List
Set the value property: Result of the List NetworkRuleSet operation.
Parameters:
Returns:
Applies to
Azure SDK for Java