Class ZosLogInputData


  • public class ZosLogInputData
    extends Object
    The z/OSMF log API parameters. See the z/OSMF REST API documentation for full details.

    IBM Reference

    Version:
    4.0
    Author:
    Frank Giordano
    • Method Detail

      • getStartTime

        public Optional<String> getStartTime()
        Return start time string value.
        Returns:
        String value
      • getHardCopy

        public Optional<HardCopyType> getHardCopy()
        Return hard copy enum type.
        Returns:
        HardCopyType enum value
      • getDirection

        public Optional<DirectionType> getDirection()
        Return direction type enum type.
        Returns:
        DirectionType enum type
      • getTimeRange

        public Optional<String> getTimeRange()
        Return time range string value.
        Returns:
        string value
      • isProcessResponses

        public boolean isProcessResponses()
        Is process response specified if so, handle JSON data differently?
        Returns:
        boolean true or false
      • getQueryCount

        public int getQueryCount()
        Retrieve queryCount value
        Returns:
        queryCount value
      • toString

        public String toString()
        Return string value representing ZosLogInputData object
        Overrides:
        toString in class Object
        Returns:
        string representation of ZosLogInputData