public class VirtualListViewRequestImpl extends org.apache.directory.api.ldap.model.message.controls.AbstractControl implements VirtualListViewRequest
| Modifier and Type | Field and Description |
|---|---|
private int |
afterCount |
private static boolean |
ASSERTION_VALUE |
private byte[] |
assertionValue
The assertionValue
|
private int |
beforeCount |
private int |
contentCount |
private byte[] |
contextId |
private int |
offset |
private static boolean |
OFFSET |
private boolean |
targetType
A flag used for the target.
|
OID| Constructor and Description |
|---|
VirtualListViewRequestImpl()
Creates a new instance of VirtualListViewRequestImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getAfterCount() |
byte[] |
getAssertionValue() |
int |
getBeforeCount() |
int |
getContentCount() |
byte[] |
getContextId() |
int |
getOffset() |
boolean |
hasAssertionValue() |
int |
hashCode() |
boolean |
hasOffset() |
void |
setAfterCount(int afterCount) |
void |
setAssertionValue(byte[] assertionValue) |
void |
setBeforeCount(int beforeCount) |
void |
setContentCount(int contentCount) |
void |
setContextId(byte[] contextId) |
void |
setOffset(int offset) |
String |
toString()
Return a String representing this VirtualListViewRequestImpl.
|
getOid, isCritical, setCriticalprivate int beforeCount
private int afterCount
private int offset
private int contentCount
private byte[] contextId
private byte[] assertionValue
private boolean targetType
private static final boolean OFFSET
private static final boolean ASSERTION_VALUE
public VirtualListViewRequestImpl()
public int getBeforeCount()
getBeforeCount in interface VirtualListViewRequestpublic void setBeforeCount(int beforeCount)
setBeforeCount in interface VirtualListViewRequestbeforeCount - Set the number of entries to be returned before the target entrypublic int getAfterCount()
getAfterCount in interface VirtualListViewRequestpublic void setAfterCount(int afterCount)
setAfterCount in interface VirtualListViewRequestafterCount - Set the number of entries to be returned after the target entrypublic int getOffset()
getOffset in interface VirtualListViewRequestpublic void setOffset(int offset)
setOffset in interface VirtualListViewRequestoffset - the position of the target entrypublic int getContentCount()
getContentCount in interface VirtualListViewRequestpublic void setContentCount(int contentCount)
setContentCount in interface VirtualListViewRequestcontentCount - The number of entriespublic byte[] getAssertionValue()
getAssertionValue in interface VirtualListViewRequestpublic void setAssertionValue(byte[] assertionValue)
setAssertionValue in interface VirtualListViewRequestassertionValue - Set the AssertionValuepublic byte[] getContextId()
getContextId in interface VirtualListViewRequestpublic void setContextId(byte[] contextId)
setContextId in interface VirtualListViewRequestcontextId - Set the context IDpublic boolean hasOffset()
hasOffset in interface VirtualListViewRequesttrue if the VLV target is an offset, false otherwisepublic boolean hasAssertionValue()
hasAssertionValue in interface VirtualListViewRequesttrue if the VLV target is an assertionValue, false otherwisepublic int hashCode()
hashCode in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.equals(Object)public String toString()
toString in class org.apache.directory.api.ldap.model.message.controls.AbstractControlCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.