@Deprecated public final class Record extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Record.Builder
Deprecated.
A Builder class that helps build an immutable
Record object. |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDeviceLastModifiedDate()
Deprecated.
Gets the local timestamp of this record when it was last modified.
|
String |
getKey()
Deprecated.
Gets the key of this record.
|
String |
getLastModifiedBy()
Deprecated.
Gets the identifier of the user or device which modified this record
last.
|
Date |
getLastModifiedDate()
Deprecated.
Gets the server timestamp of this record when it was last modified.
|
long |
getSyncCount()
Deprecated.
Gets the sync count of this record.
|
String |
getValue()
Deprecated.
Gets the value of this record.
|
boolean |
isDeleted()
Deprecated.
Gets whether the record is marked as deleted.
|
boolean |
isModified()
Deprecated.
Gets a flag that indicates whether this record is modified locally but
hasn't been synced.
|
String |
toString()
Deprecated.
|
public String getKey()
public String getValue()
public long getSyncCount()
public Date getLastModifiedDate()
public String getLastModifiedBy()
public Date getDeviceLastModifiedDate()
public boolean isModified()
public boolean isDeleted()
Copyright © 2019. All rights reserved.