public static class JmxImporter.BeanInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<JmxImporter.AdditionalIdentityInfo> |
additionalIdentityInfos |
java.util.List<JmxImporter.AttributeInfo> |
attributeInfos |
javax.management.ObjectName |
objectName |
java.lang.String |
query |
boolean |
suppressLogWarnings |
| Constructor and Description |
|---|
BeanInfo(java.lang.String query,
boolean suppressLogWarnings,
javax.management.ObjectName objectName,
java.util.List<JmxImporter.AttributeInfo> attributeInfos,
java.util.List<JmxImporter.AdditionalIdentityInfo> additionalIdentityInfos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final java.lang.String query
public final boolean suppressLogWarnings
public final javax.management.ObjectName objectName
public final java.util.List<JmxImporter.AttributeInfo> attributeInfos
public final java.util.List<JmxImporter.AdditionalIdentityInfo> additionalIdentityInfos
public BeanInfo(java.lang.String query,
boolean suppressLogWarnings,
javax.management.ObjectName objectName,
java.util.List<JmxImporter.AttributeInfo> attributeInfos,
java.util.List<JmxImporter.AdditionalIdentityInfo> additionalIdentityInfos)
Cinnamon API. Copyright (c) 2015–2021 Lightbend.