Module ibm.zosrrs

Class RetrieveURDataReturnType

java.lang.Object
com.ibm.zosrrs.RetrieveURDataReturnType

public final class RetrieveURDataReturnType extends Object
Return data for atrrurd
Since:
2.1.0
See Also:
  • Constructor Details

    • RetrieveURDataReturnType

      public RetrieveURDataReturnType(int rc, byte[] urid, int state)
      Constructor
      Parameters:
      rc - the return code
      urid - a byte array containing the RRS ur id
      state - the returned state code from atrrurd
  • Method Details

    • toString

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

      public int getReturnCode()
      Returns:
      int the return code
    • getURID

      public byte[] getURID()
      Returns:
      byte[] the ur id
    • getState

      public int getState()
      Returns:
      the state code returned from atrrurd