Class ImmutableVertexRef

  • All Implemented Interfaces:
    org.opennms.integration.api.v1.graph.VertexRef

    public final class ImmutableVertexRef
    extends java.lang.Object
    implements org.opennms.integration.api.v1.graph.VertexRef
    • Method Detail

      • getNamespace

        public java.lang.String getNamespace()
        Specified by:
        getNamespace in interface org.opennms.integration.api.v1.graph.VertexRef
      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface org.opennms.integration.api.v1.graph.VertexRef
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • newBuilderFrom

        public static ImmutableVertexRef.Builder newBuilderFrom​(org.opennms.integration.api.v1.graph.VertexRef vertexRef)
      • immutableCopy

        public static org.opennms.integration.api.v1.graph.VertexRef immutableCopy​(org.opennms.integration.api.v1.graph.VertexRef vertexRef)