Class ImmutableGraphContainerInfo

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

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

      • getContainerId

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

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

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

        public java.util.List<org.opennms.integration.api.v1.graph.GraphInfo> getGraphInfos()
        Specified by:
        getGraphInfos in interface org.opennms.integration.api.v1.graph.GraphContainerInfo
      • 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 ImmutableGraphContainerInfo.Builder newBuilder​(java.lang.String containerId,
                                                                     java.lang.String label,
                                                                     java.lang.String description,
                                                                     org.opennms.integration.api.v1.graph.GraphInfo... graphInfos)
      • immutableCopy

        public static org.opennms.integration.api.v1.graph.GraphContainerInfo immutableCopy​(org.opennms.integration.api.v1.graph.GraphContainerInfo graphContainerInfo)