EdgenodeResult Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. EdgenodeResult
- com.
Implements
public final class EdgenodeResult
implements JsonSerializable<EdgenodeResult>
Result of the request to list CDN edgenodes. It contains a list of ip address group and a URL link to get the next set of results.
Constructor Summary
| Constructor | Description |
|---|---|
| EdgenodeResult() |
Creates an instance of Edgenode |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Edgenode |
fromJson(JsonReader jsonReader)
Reads an instance of Edgenode |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Edge |
value()
Get the value property: Edge node of CDN service. |
|
Edgenode |
withNextLink(String nextLink)
Set the next |
Methods inherited from java.lang.Object
Constructor Details
EdgenodeResult
public EdgenodeResult()
Creates an instance of EdgenodeResult class.
Method Details
fromJson
public static EdgenodeResult fromJson(JsonReader jsonReader)
Reads an instance of EdgenodeResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of edgenode list results if there are any.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<EdgeNodeInner> value()
Get the value property: Edge node of CDN service.
Returns:
withNextLink
public EdgenodeResult withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of edgenode list results if there are any.
Parameters:
Returns: