com.ibm.zosrrs

Class RetrieveURDataReturnType

  • java.lang.Object
    • com.ibm.zosrrs.RetrieveURDataReturnType
    • 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, 2024.