public class SyncStateValueImpl extends org.apache.directory.api.ldap.model.message.controls.AbstractControl implements SyncStateValue
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
cookie
The Sync cookie
|
private byte[] |
entryUuid
The entryUUID
|
private SyncStateTypeEnum |
type
The syncStateEnum type
|
OID| Constructor and Description |
|---|
SyncStateValueImpl()
SyncStateValueImpl
Creates a new instance of SyncDoneValueImpl.
|
SyncStateValueImpl(boolean isCritical)
Creates a new instance of SyncStateValueImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getCookie() |
byte[] |
getEntryUUID() |
SyncStateTypeEnum |
getSyncStateType() |
int |
hashCode() |
void |
setCookie(byte[] cookie) |
void |
setEntryUUID(byte[] entryUUID)
set the entryUUID
|
void |
setSyncStateType(SyncStateTypeEnum syncStateType)
set the syncState's type
|
String |
toString() |
getOid, isCritical, setCriticalprivate SyncStateTypeEnum type
private byte[] cookie
private byte[] entryUuid
public SyncStateValueImpl()
public SyncStateValueImpl(boolean isCritical)
isCritical - The critical flagpublic byte[] getCookie()
getCookie in interface SyncStateValuepublic void setCookie(byte[] cookie)
setCookie in interface SyncStateValuecookie - the cookie to setpublic SyncStateTypeEnum getSyncStateType()
getSyncStateType in interface SyncStateValuepublic void setSyncStateType(SyncStateTypeEnum syncStateType)
setSyncStateType in interface SyncStateValuesyncStateType - the syncState's typepublic byte[] getEntryUUID()
getEntryUUID in interface SyncStateValuepublic void setEntryUUID(byte[] entryUUID)
setEntryUUID in interface SyncStateValueentryUUID - the entryUUIDpublic 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.