public final class ImmutableGraphContainer extends Object implements org.opennms.integration.api.v1.graph.GraphContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGraphContainer.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableGraphContainer.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDescription() |
org.opennms.integration.api.v1.graph.Graph |
getGraph(String namespace) |
List<org.opennms.integration.api.v1.graph.Graph> |
getGraphs() |
String |
getId() |
String |
getLabel() |
Map<String,Object> |
getProperties() |
<T> T |
getProperty(String key) |
int |
hashCode() |
static org.opennms.integration.api.v1.graph.GraphContainer |
immutableCopy(org.opennms.integration.api.v1.graph.GraphContainer graphContainer) |
static ImmutableGraphContainer.Builder |
newBuilder(org.opennms.integration.api.v1.graph.GraphContainerInfo containerInfo) |
static ImmutableGraphContainer.Builder |
newBuilderFrom(org.opennms.integration.api.v1.graph.GraphContainer fromGraphContainer) |
void |
setDescription(String description) |
String |
toString() |
public List<org.opennms.integration.api.v1.graph.Graph> getGraphs()
getGraphs in interface org.opennms.integration.api.v1.graph.GraphContainerpublic org.opennms.integration.api.v1.graph.Graph getGraph(String namespace)
getGraph in interface org.opennms.integration.api.v1.graph.GraphContainerpublic String getId()
getId in interface org.opennms.integration.api.v1.graph.GraphContainerpublic String getDescription()
getDescription in interface org.opennms.integration.api.v1.graph.GraphContainerpublic void setDescription(String description)
public String getLabel()
getLabel in interface org.opennms.integration.api.v1.graph.GraphContainerpublic Map<String,Object> getProperties()
getProperties in interface org.opennms.integration.api.v1.graph.GraphContainerpublic <T> T getProperty(String key)
getProperty in interface org.opennms.integration.api.v1.graph.GraphContainerpublic static ImmutableGraphContainer.Builder newBuilder(org.opennms.integration.api.v1.graph.GraphContainerInfo containerInfo)
public static ImmutableGraphContainer.Builder newBuilderFrom(org.opennms.integration.api.v1.graph.GraphContainer fromGraphContainer)
public static org.opennms.integration.api.v1.graph.GraphContainer immutableCopy(org.opennms.integration.api.v1.graph.GraphContainer graphContainer)
public static ImmutableGraphContainer.Builder builder()
Copyright © 2020. All rights reserved.