public final class ImmutableGraphInfo extends Object implements org.opennms.integration.api.v1.graph.GraphInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGraphInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableGraphInfo.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getLabel() |
String |
getNamespace() |
int |
hashCode() |
static org.opennms.integration.api.v1.graph.GraphInfo |
immutableCopy(org.opennms.integration.api.v1.graph.GraphInfo graphInfo) |
static ImmutableGraphInfo.Builder |
newBuilder(String namespace,
String label,
String description) |
static ImmutableGraphInfo.Builder |
newBuilderFrom(org.opennms.integration.api.v1.graph.GraphInfo fromGraphInfo) |
String |
toString() |
public String getNamespace()
getNamespace in interface org.opennms.integration.api.v1.graph.GraphInfopublic String getDescription()
getDescription in interface org.opennms.integration.api.v1.graph.GraphInfopublic String getLabel()
getLabel in interface org.opennms.integration.api.v1.graph.GraphInfopublic static ImmutableGraphInfo.Builder builder()
public static ImmutableGraphInfo.Builder newBuilder(String namespace, String label, String description)
public static ImmutableGraphInfo.Builder newBuilderFrom(org.opennms.integration.api.v1.graph.GraphInfo fromGraphInfo)
public static org.opennms.integration.api.v1.graph.GraphInfo immutableCopy(org.opennms.integration.api.v1.graph.GraphInfo graphInfo)
Copyright © 2021. All rights reserved.