public static class ProtocolMessages.ResponseValues
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ResponseValues(ProtocolMessages.Response response,
java.io.Serializable... values)
Create a new ResponseValue.
|
Modifier and Type | Method and Description |
---|---|
ProtocolMessages.Response |
getResponse()
Get the response.
|
java.io.Serializable[] |
getValues()
Get the value.
|
public ResponseValues(ProtocolMessages.Response response, java.io.Serializable... values)
response
- the responsevalues
- values to returnpublic final ProtocolMessages.Response getResponse()
public final java.io.Serializable[] getValues()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)