public interface InternalSearchResponseEntry extends InternalResponse
Modifier and Type | Field and Description |
---|---|
static MessageTypeEnum |
TYPE
Search entry response message type enumeration value
|
Modifier and Type | Method and Description |
---|---|
Entry |
getEntry()
Gets the entry.
|
DN |
getObjectName()
Gets the distinguished name of the entry object returned.
|
void |
setEntry(Entry entry)
Sets an entry
|
void |
setObjectName(DN dn)
Sets the distinguished name of the entry object returned.
|
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
static final MessageTypeEnum TYPE
DN getObjectName()
void setObjectName(DN dn)
dn
- the Dn of the entry returned.Entry getEntry()
void setEntry(Entry entry)
entry
- the entryCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.