public final class ImmutableVertexRef extends Object implements org.opennms.integration.api.v1.graph.VertexRef
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableVertexRef.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableVertexRef.Builder |
builder() |
boolean |
equals(Object o) |
String |
getId() |
String |
getNamespace() |
int |
hashCode() |
static org.opennms.integration.api.v1.graph.VertexRef |
immutableCopy(org.opennms.integration.api.v1.graph.VertexRef vertexRef) |
static ImmutableVertexRef.Builder |
newBuilder(String namespace,
String id) |
static ImmutableVertexRef.Builder |
newBuilder(org.opennms.integration.api.v1.graph.Vertex vertex) |
static ImmutableVertexRef.Builder |
newBuilderFrom(org.opennms.integration.api.v1.graph.VertexRef vertexRef) |
String |
toString() |
public String getNamespace()
getNamespace in interface org.opennms.integration.api.v1.graph.VertexRefpublic String getId()
getId in interface org.opennms.integration.api.v1.graph.VertexRefpublic static ImmutableVertexRef.Builder builder()
public static ImmutableVertexRef.Builder newBuilder(org.opennms.integration.api.v1.graph.Vertex vertex)
public static ImmutableVertexRef.Builder newBuilder(String namespace, String id)
public static ImmutableVertexRef.Builder newBuilderFrom(org.opennms.integration.api.v1.graph.VertexRef vertexRef)
public static org.opennms.integration.api.v1.graph.VertexRef immutableCopy(org.opennms.integration.api.v1.graph.VertexRef vertexRef)
Copyright © 2020. All rights reserved.