Class ImmutableGraphInfo

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

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

      • getNamespace

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

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface org.opennms.integration.api.v1.graph.GraphInfo
      • getLabel

        public java.lang.String getLabel()
        Specified by:
        getLabel in interface org.opennms.integration.api.v1.graph.GraphInfo
      • 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
      • newBuilder

        public static ImmutableGraphInfo.Builder newBuilder​(java.lang.String namespace,
                                                            java.lang.String label,
                                                            java.lang.String description)
      • newBuilderFrom

        public static ImmutableGraphInfo.Builder newBuilderFrom​(org.opennms.integration.api.v1.graph.GraphInfo fromGraphInfo)
      • immutableCopy

        public static org.opennms.integration.api.v1.graph.GraphInfo immutableCopy​(org.opennms.integration.api.v1.graph.GraphInfo graphInfo)