Class OLAStatusInformation

  • All Implemented Interfaces:
    java.io.Serializable

    public class OLAStatusInformation
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OLAStatusInformation​(OLAHeader bboashr)
      Constructor that takes a OLAHeader as a parameter and sets all of the attributes of the current OLAStatusInformation object with the same attributes of the passed in Header object.
    • Constructor Detail

      • OLAStatusInformation

        public OLAStatusInformation​(OLAHeader bboashr)
        Constructor that takes a OLAHeader as a parameter and sets all of the attributes of the current OLAStatusInformation object with the same attributes of the passed in Header object.
        Parameters:
        bboashr - The header object that the infrormation will be copied from
    • Method Detail

      • get_version

        public java.lang.Short get_version()
        Returns:
        the _version
      • get_daemonGroupName

        public java.lang.String get_daemonGroupName()
        Returns:
        the _daemonGroupName
      • get_maxConn

        public java.lang.Integer get_maxConn()
        Returns:
        the _maxConn
      • toString

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