public class SyncDoneValueImpl extends org.apache.directory.api.ldap.model.message.controls.AbstractControl implements SyncDoneValue
SyncDoneValue implementation to store control properties.| Modifier and Type | Field and Description |
|---|---|
private byte[] |
cookie
The Sync cookie
|
private boolean |
refreshDeletes
the refreshDeletes flag
|
OID| Constructor and Description |
|---|
SyncDoneValueImpl()
Creates a new instance of SyncDoneValueImpl.
|
SyncDoneValueImpl(boolean isCritical)
Creates a new instance of SyncDoneValueImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getCookie() |
int |
hashCode() |
boolean |
isRefreshDeletes() |
void |
setCookie(byte[] cookie) |
void |
setRefreshDeletes(boolean refreshDeletes) |
String |
toString() |
getOid, isCritical, setCriticalprivate byte[] cookie
private boolean refreshDeletes
public SyncDoneValueImpl()
public SyncDoneValueImpl(boolean isCritical)
isCritical - The critical flagpublic byte[] getCookie()
getCookie in interface SyncDoneValuepublic void setCookie(byte[] cookie)
setCookie in interface SyncDoneValuecookie - cookie to be setpublic boolean isRefreshDeletes()
isRefreshDeletes in interface SyncDoneValuepublic void setRefreshDeletes(boolean refreshDeletes)
setRefreshDeletes in interface SyncDoneValuerefreshDeletes - set the refreshDeletes flagpublic 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.AbstractControlObject.toString()Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.