public final class ImmutableGraphContainerInfo extends Object implements org.opennms.integration.api.v1.graph.GraphContainerInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGraphContainerInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableGraphContainerInfo.Builder |
builder() |
boolean |
equals(Object o) |
String |
getContainerId() |
String |
getDescription() |
List<org.opennms.integration.api.v1.graph.GraphInfo> |
getGraphInfos() |
String |
getLabel() |
int |
hashCode() |
static org.opennms.integration.api.v1.graph.GraphContainerInfo |
immutableCopy(org.opennms.integration.api.v1.graph.GraphContainerInfo graphContainerInfo) |
static ImmutableGraphContainerInfo.Builder |
newBuilder(String containerId,
String label,
String description,
org.opennms.integration.api.v1.graph.GraphInfo... graphInfos) |
static ImmutableGraphContainerInfo.Builder |
newBuilderFrom(org.opennms.integration.api.v1.graph.GraphContainerInfo fromGraphContainerInfo) |
String |
toString() |
public String getContainerId()
getContainerId in interface org.opennms.integration.api.v1.graph.GraphContainerInfopublic String getLabel()
getLabel in interface org.opennms.integration.api.v1.graph.GraphContainerInfopublic String getDescription()
getDescription in interface org.opennms.integration.api.v1.graph.GraphContainerInfopublic List<org.opennms.integration.api.v1.graph.GraphInfo> getGraphInfos()
getGraphInfos in interface org.opennms.integration.api.v1.graph.GraphContainerInfopublic static ImmutableGraphContainerInfo.Builder builder()
public static ImmutableGraphContainerInfo.Builder newBuilder(String containerId, String label, String description, org.opennms.integration.api.v1.graph.GraphInfo... graphInfos)
public static ImmutableGraphContainerInfo.Builder newBuilderFrom(org.opennms.integration.api.v1.graph.GraphContainerInfo fromGraphContainerInfo)
public static org.opennms.integration.api.v1.graph.GraphContainerInfo immutableCopy(org.opennms.integration.api.v1.graph.GraphContainerInfo graphContainerInfo)
Copyright © 2021. All rights reserved.