Module ibm.zosrrs

Class BeginReturnType


  • public final class BeginReturnType
    extends java.lang.Object
    Return data for atrbeg
    Since:
    2.1.0
    See Also:
    RRS.begin(int)
    • Constructor Summary

      Constructors 
      Constructor Description
      BeginReturnType​(int rc, byte[] urToken, byte[] urid, byte[] diagArea)
      Constructor
    • Constructor Detail

      • BeginReturnType

        public BeginReturnType​(int rc,
                               byte[] urToken,
                               byte[] urid,
                               byte[] diagArea)
        Constructor
        Parameters:
        rc - the return code from atrbeg
        urToken - the UR token
        urid - the UR id
        diagArea - a byte array containing the atrbeg diagnostic area
    • Method Detail

      • toString

        public java.lang.String toString()
        toString for tracing
        Overrides:
        toString in class java.lang.Object
      • getReturnCode

        public int getReturnCode()
        Returns:
        int the return code from atrbeg
      • getUrToken

        public byte[] getUrToken()
        Returns:
        byte[] the UR token returned from atrbeg
      • getURID

        public byte[] getURID()
        Returns:
        byte[] the UR id returned from atrbeg
      • getDiagArea

        public byte[] getDiagArea()
        Returns:
        byte[] the diagnostic area returned from atrbeg