public class CompareRequest extends AbstractRequest implements RequestWithResponse, AbandonableRequest
| Constructor and Description |
|---|
CompareRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrName() |
org.apache.directory.shared.ldap.name.DN |
getEntryDn() |
Object |
getValue() |
void |
setAttrName(String attrName) |
void |
setEntryDn(org.apache.directory.shared.ldap.name.DN dn) |
void |
setValue(Object attrValue) |
getTimeout, setTimeoutadd, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTimeout, setTimeoutadd, getControl, getControls, getMessageId, hasControl, remove, setMessageIdpublic org.apache.directory.shared.ldap.name.DN getEntryDn()
public void setEntryDn(org.apache.directory.shared.ldap.name.DN dn)
public String getAttrName()
public void setAttrName(String attrName)
public Object getValue()
public void setValue(Object attrValue)
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.