public class IntermediateResponseImpl extends InternalAbstractResultResponse implements InternalIntermediateResponse
Modifier and Type | Field and Description |
---|---|
protected String |
oid
ResponseName for the intermediate response
|
protected byte[] |
value
Response Value for the intermediate response
|
TYPE
Constructor and Description |
---|
IntermediateResponseImpl(int id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Checks to see if an object equals this IntemediateResponse.
|
String |
getResponseName()
Gets the OID uniquely identifying this Intemediate response (a.k.a.
|
byte[] |
getResponseValue()
Gets the reponseName specific encoded
|
void |
setResponseName(String oid)
Sets the OID uniquely identifying this Intemediate response (a.k.a.
|
void |
setResponseValue(byte[] value)
Sets the response value
|
getLdapResult, toString
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
protected String oid
protected byte[] value
public byte[] getResponseValue()
getResponseValue
in interface InternalIntermediateResponse
public void setResponseValue(byte[] value)
setResponseValue
in interface InternalIntermediateResponse
value
- the response value.public String getResponseName()
getResponseName
in interface InternalIntermediateResponse
public void setResponseName(String oid)
setResponseName
in interface InternalIntermediateResponse
oid
- the OID of the Intemediate response type.public boolean equals(Object obj)
equals
in class InternalAbstractResultResponse
obj
- the object to be checked for equalityCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.