Class RuntimeInfoImpl

  • All Implemented Interfaces:
    org.opennms.integration.api.v1.runtime.RuntimeInfo

    public class RuntimeInfoImpl
    extends java.lang.Object
    implements org.opennms.integration.api.v1.runtime.RuntimeInfo
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeInfoImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opennms.integration.api.v1.runtime.Container getContainer()  
      org.opennms.integration.api.v1.runtime.Version getVersion()  
      boolean isMeridian()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuntimeInfoImpl

        public RuntimeInfoImpl()
    • Method Detail

      • getVersion

        public org.opennms.integration.api.v1.runtime.Version getVersion()
        Specified by:
        getVersion in interface org.opennms.integration.api.v1.runtime.RuntimeInfo
      • isMeridian

        public boolean isMeridian()
        Specified by:
        isMeridian in interface org.opennms.integration.api.v1.runtime.RuntimeInfo
      • getContainer

        public org.opennms.integration.api.v1.runtime.Container getContainer()
        Specified by:
        getContainer in interface org.opennms.integration.api.v1.runtime.RuntimeInfo