Class JmxMetricsResultDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.JmxMetricsResultDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class JmxMetricsResultDTO
extends Object
JmxMetricsResultDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeName
(String attributeName) attributeValue
(Object attributeValue) boolean
The attribute name of the metrics bean's attribute.The attribute value of the the metrics bean's attributeThe bean name of the metrics bean.int
hashCode()
void
setAttributeName
(String attributeName) void
setAttributeValue
(Object attributeValue) void
setBeanName
(String beanName) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
beanName
-
attributeName
-
attributeValue
-
-
Constructor Details
-
JmxMetricsResultDTO
public JmxMetricsResultDTO()
-
-
Method Details
-
beanName
-
getBeanName
The bean name of the metrics bean.- Returns:
- beanName
-
setBeanName
-
attributeName
-
getAttributeName
The attribute name of the metrics bean's attribute.- Returns:
- attributeName
-
setAttributeName
-
attributeValue
-
getAttributeValue
The attribute value of the the metrics bean's attribute- Returns:
- attributeValue
-
setAttributeValue
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-