IoTSecuritySolutionAnalyticsModelListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.IoTSecuritySolutionAnalyticsModelListInner

Implements

public final class IoTSecuritySolutionAnalyticsModelListInner
implements JsonSerializable<IoTSecuritySolutionAnalyticsModelListInner>

List of Security analytics of your IoT Security solution.

Method Summary

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

Reads an instance of IoTSecuritySolutionAnalyticsModelListInner from the JsonReader.

String nextLink()

Get the nextLink property: The link to the next page of items.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<IoTSecuritySolutionAnalyticsModelInner> value()

Get the value property: The IoTSecuritySolutionAnalyticsModel items on this page.

Methods inherited from java.lang.Object

Method Details

fromJson

public static IoTSecuritySolutionAnalyticsModelListInner fromJson(JsonReader jsonReader)

Reads an instance of IoTSecuritySolutionAnalyticsModelListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IoTSecuritySolutionAnalyticsModelListInner 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 the next page of items.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<IoTSecuritySolutionAnalyticsModelInner> value()

Get the value property: The IoTSecuritySolutionAnalyticsModel items on this page.

Returns:

the value value.

Applies to