public class JmxMetricsResultDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
attributeName |
private Object |
attributeValue |
private String |
beanName |
| Constructor and Description |
|---|
JmxMetricsResultDTO(String beanName,
String attributeName,
Object attributeValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
Object |
getAttributeValue() |
String |
getBeanName() |
Copyright © 2023 Apache NiFi Project. All rights reserved.