Class TsoCommonResponse


  • public class TsoCommonResponse
    extends Object
    The z/OSMF tso common response.

    This class is used to parse the response from the z/OSMF tso apis using jackson library.

    Version:
    5.0
    Author:
    Frank Giordano
    • Constructor Detail

      • TsoCommonResponse

        public TsoCommonResponse​(String servletKey,
                                 String ver,
                                 Boolean timeout,
                                 Boolean reused)
        TsoCommonResponse constructor for JSON deserialization
        Parameters:
        servletKey - TSO session identifier
        ver - TSO version
        timeout - Indicates if timeout occurred
        reused - Indicates if a session was reused
    • Method Detail

      • getServletKey

        public String getServletKey()
        Retrieve tso session id
        Returns:
        string value representing tso session id
      • getVer

        public String getVer()
        Retrieve tso version value
        Returns:
        string value
      • getTimeout

        public Boolean getTimeout()
        Retrieve tso timeout value
        Returns:
        Boolean value
      • getReused

        public Boolean getReused()
        Retrieve tso reuse value
        Returns:
        boolean value
      • toString

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