com.ibm.zosrrs

Class RetrieveURDataReturnType

  • java.lang.Object
    • com.ibm.zosrrs.RetrieveURDataReturnType
    • Constructor Summary

      Constructors 
      Constructor and Description
      RetrieveURDataReturnType(int rc, byte[] urid, int state)
      Constructor
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getReturnCode() 
      int getState() 
      byte[] getURID() 
      java.lang.String toString()
      toString for tracing
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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 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
      • getURID

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

        public int getState()
        Returns:
        the state code returned from atrrurd
© Copyright IBM Corporation 2005, 2014.