public final class ImmutablePrefabGraph extends Object implements org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraph
PrefabGraph that enforces deep immutability.| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutablePrefabGraph.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getColumns() |
String |
getCommand() |
String |
getDescription() |
String[] |
getExternalValues() |
Integer |
getGraphHeight() |
Integer |
getGraphWidth() |
String |
getName() |
String[] |
getPropertiesValues() |
String[] |
getSupress() |
String |
getTitle() |
String[] |
getTypes() |
int |
hashCode() |
static org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraph |
immutableCopy(org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraph prefabGraph) |
static ImmutablePrefabGraph.Builder |
newBuilder() |
static ImmutablePrefabGraph.Builder |
newBuilderFrom(org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraph prefabGraph) |
String |
toString() |
public static ImmutablePrefabGraph.Builder newBuilder()
public static ImmutablePrefabGraph.Builder newBuilderFrom(org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraph prefabGraph)
public static org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraph immutableCopy(org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraph prefabGraph)
public String getName()
getName in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic String getTitle()
getTitle in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic String[] getColumns()
getColumns in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic String getCommand()
getCommand in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic String[] getExternalValues()
getExternalValues in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic String[] getPropertiesValues()
getPropertiesValues in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic String[] getTypes()
getTypes in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic String getDescription()
getDescription in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic Integer getGraphWidth()
getGraphWidth in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic Integer getGraphHeight()
getGraphHeight in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphpublic String[] getSupress()
getSupress in interface org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraphCopyright © 2019. All rights reserved.