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.

Constructor Summary

Constructor Description
IoTSecuritySolutionAnalyticsModelListInner()

Creates an instance of IoTSecuritySolutionAnalyticsModelListInner class.

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: When there is too much alert data for one page, use this URI to fetch the next page.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<IoTSecuritySolutionAnalyticsModelInner> value()

Get the value property: List of Security analytics of your IoT Security solution.

IoTSecuritySolutionAnalyticsModelListInner withValue(List<IoTSecuritySolutionAnalyticsModelInner> value)

Set the value property: List of Security analytics of your IoT Security solution.

Methods inherited from java.lang.Object

Constructor Details

IoTSecuritySolutionAnalyticsModelListInner

public IoTSecuritySolutionAnalyticsModelListInner()

Creates an instance of IoTSecuritySolutionAnalyticsModelListInner class.

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: When there is too much alert data for one page, use this URI to fetch the next page.

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: List of Security analytics of your IoT Security solution.

Returns:

the value value.

withValue

public IoTSecuritySolutionAnalyticsModelListInner withValue(List<IoTSecuritySolutionAnalyticsModelInner> value)

Set the value property: List of Security analytics of your IoT Security solution.

Parameters:

value - the value value to set.

Returns:

the IoTSecuritySolutionAnalyticsModelListInner object itself.

Applies to