次の方法で共有


WebTestListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.models.WebTestListResult

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 WebTestListResult class.

Method Summary

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

Reads an instance of WebTestListResult from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<WebTestInner> value()

Get the value property: Set of Application Insights WebTest definitions.

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.

WebTestListResult withValue(List<WebTestInner> value)

Set the value property: Set of Application Insights WebTest definitions.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of WebTestListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

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:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<WebTestInner> value()

Get the value property: Set of Application Insights WebTest definitions.

Returns:

the value value.

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:

nextLink - the nextLink value to set.

Returns:

the WebTestListResult object itself.

withValue

public WebTestListResult withValue(List<WebTestInner> value)

Set the value property: Set of Application Insights WebTest definitions.

Parameters:

value - the value value to set.

Returns:

the WebTestListResult object itself.

Applies to