IntegrationRuntimeMonitoringDataInner Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeMonitoringDataInner

Implements

public final class IntegrationRuntimeMonitoringDataInner
implements JsonSerializable<IntegrationRuntimeMonitoringDataInner>

Get monitoring data response.

Constructor Summary

Constructor Description
IntegrationRuntimeMonitoringDataInner()

Creates an instance of IntegrationRuntimeMonitoringDataInner class.

Method Summary

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

Reads an instance of IntegrationRuntimeMonitoringDataInner from the JsonReader.

String name()

Get the name property: Integration runtime name.

List<IntegrationRuntimeNodeMonitoringData> nodes()

Get the nodes property: Integration runtime node monitoring data.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IntegrationRuntimeMonitoringDataInner withName(String name)

Set the name property: Integration runtime name.

IntegrationRuntimeMonitoringDataInner withNodes(List<IntegrationRuntimeNodeMonitoringData> nodes)

Set the nodes property: Integration runtime node monitoring data.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeMonitoringDataInner

public IntegrationRuntimeMonitoringDataInner()

Creates an instance of IntegrationRuntimeMonitoringDataInner class.

Method Details

fromJson

public static IntegrationRuntimeMonitoringDataInner fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeMonitoringDataInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the IntegrationRuntimeMonitoringDataInner.

name

public String name()

Get the name property: Integration runtime name.

Returns:

the name value.

nodes

public List<IntegrationRuntimeNodeMonitoringData> nodes()

Get the nodes property: Integration runtime node monitoring data.

Returns:

the nodes value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withName

public IntegrationRuntimeMonitoringDataInner withName(String name)

Set the name property: Integration runtime name.

Parameters:

name - the name value to set.

Returns:

the IntegrationRuntimeMonitoringDataInner object itself.

withNodes

public IntegrationRuntimeMonitoringDataInner withNodes(List<IntegrationRuntimeNodeMonitoringData> nodes)

Set the nodes property: Integration runtime node monitoring data.

Parameters:

nodes - the nodes value to set.

Returns:

the IntegrationRuntimeMonitoringDataInner object itself.

Applies to