Class IntegrationRuntimeMonitoringDataInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeMonitoringDataInner
-
public final class IntegrationRuntimeMonitoringDataInner extends Object
Get monitoring data response.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeMonitoringDataInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: Integration runtime name.List<IntegrationRuntimeNodeMonitoringData>
nodes()
Get the nodes property: Integration runtime node monitoring data.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.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Integration runtime name.- Returns:
- the name value.
-
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.
-
nodes
public List<IntegrationRuntimeNodeMonitoringData> nodes()
Get the nodes property: Integration runtime node monitoring data.- Returns:
- the nodes value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-