Class StatusInfoImmutable

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

    public final class StatusInfoImmutable
    extends java.lang.Object
    implements org.opennms.integration.api.v1.graph.status.StatusInfo
    • Method Detail

      • getSeverity

        public org.opennms.integration.api.v1.model.Severity getSeverity()
        Specified by:
        getSeverity in interface org.opennms.integration.api.v1.graph.status.StatusInfo
      • getCount

        public long getCount()
        Specified by:
        getCount in interface org.opennms.integration.api.v1.graph.status.StatusInfo
      • newBuilderFrom

        public static StatusInfoImmutable.Builder newBuilderFrom​(org.opennms.integration.api.v1.graph.status.StatusInfo status)
      • immutableCopy

        public static org.opennms.integration.api.v1.graph.status.StatusInfo immutableCopy​(org.opennms.integration.api.v1.graph.status.StatusInfo statusInfo)