public final class RetrieveURDataReturnType
extends java.lang.Object
RRS.retrieveSideInformationFast(byte[])| Constructor and Description |
|---|
RetrieveURDataReturnType(int rc,
byte[] urid,
int state)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnCode() |
int |
getState() |
byte[] |
getURID() |
java.lang.String |
toString()
toString for tracing
|
public RetrieveURDataReturnType(int rc,
byte[] urid,
int state)
rc - the return codeurid - a byte array containing the RRS ur idstate - the returned state code from atrrurdpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getReturnCode()
public byte[] getURID()
public int getState()