WebTestListResult Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. models. WebTestListResult
- com.
Implements
public final class WebTestListResult
implements JsonSerializable<WebTestListResult>
A list of 0 or more Application Insights WebTest definitions.
Constructor Summary
| Constructor | Description |
|---|---|
| WebTestListResult() |
Creates an instance of Web |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Web |
fromJson(JsonReader jsonReader)
Reads an instance of Web |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Web |
value()
Get the value property: Set of Application Insights Web |
|
Web |
withNextLink(String nextLink)
Set the next |
|
Web |
withValue(List<WebTestInner> value)
Set the value property: Set of Application Insights Web |
Methods inherited from java.lang.Object
Constructor Details
WebTestListResult
public WebTestListResult()
Creates an instance of WebTestListResult class.
Method Details
fromJson
public static WebTestListResult fromJson(JsonReader jsonReader)
Reads an instance of WebTestListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to get the next part of the returned list of WebTest, should the return set be too large for a single request. May be null.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<WebTestInner> value()
Get the value property: Set of Application Insights WebTest definitions.
Returns:
withNextLink
public WebTestListResult withNextLink(String nextLink)
Set the nextLink property: The link to get the next part of the returned list of WebTest, should the return set be too large for a single request. May be null.
Parameters:
Returns:
withValue
public WebTestListResult withValue(List<WebTestInner> value)
Set the value property: Set of Application Insights WebTest definitions.
Parameters:
Returns: