Package com.biglybt.pifimpl.remote
Class RPReply
- java.lang.Object
-
- com.biglybt.pifimpl.remote.RPReply
-
- All Implemented Interfaces:
java.io.Serializable
public class RPReply extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map
properties
java.lang.Object
response
private java.lang.Class
response_class
-
Constructor Summary
Constructors Constructor Description RPReply(java.lang.Object _response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map
getProperties()
java.lang.Object
getResponse()
java.lang.Class
getResponseClass()
void
setProperty(java.lang.String name, java.lang.String value)
void
setResponseClass(java.lang.Class c)
-
-
-
Method Detail
-
getResponse
public java.lang.Object getResponse() throws RPException
- Throws:
RPException
-
setProperty
public void setProperty(java.lang.String name, java.lang.String value)
-
getProperties
public java.util.Map getProperties()
-
getResponseClass
public java.lang.Class getResponseClass()
-
setResponseClass
public void setResponseClass(java.lang.Class c)
-
-