IntegrationRuntimeMonitoringDataInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. IntegrationRuntimeMonitoringDataInner
- com.
Implements
public final class IntegrationRuntimeMonitoringDataInner
implements JsonSerializable<IntegrationRuntimeMonitoringDataInner>
Get monitoring data response.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeMonitoringDataInner() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
name()
Get the name property: Integration runtime name. |
|
List<Integration |
nodes()
Get the nodes property: Integration runtime node monitoring data. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withName(String name)
Set the name property: Integration runtime name. |
|
Integration |
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:
Returns:
Throws:
name
public String name()
Get the name property: Integration runtime name.
Returns:
nodes
public List<IntegrationRuntimeNodeMonitoringData> nodes()
Get the nodes property: Integration runtime node monitoring data.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public IntegrationRuntimeMonitoringDataInner withName(String name)
Set the name property: Integration runtime name.
Parameters:
Returns:
withNodes
public IntegrationRuntimeMonitoringDataInner withNodes(List<IntegrationRuntimeNodeMonitoringData> nodes)
Set the nodes property: Integration runtime node monitoring data.
Parameters:
Returns: