Class ConsoleOutputOptions

  • All Implemented Interfaces:
    Serializable, ModelEntity

    public class ConsoleOutputOptions
    extends Object
    implements ModelEntity
    Represents the get Console Output action with related parameters. It is used to query the console output of a server.
    Author:
    Lorenzo Biava
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsoleOutputOptions

        public ConsoleOutputOptions()
        To get the full console output.
      • ConsoleOutputOptions

        public ConsoleOutputOptions​(Integer length)
        To get the last length lines of the console output.
        Parameters:
        length - the number of lines to retrieve.
    • Method Detail

      • getLength

        public Integer getLength()