public final class Record extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Record.Builder
A Builder class that helps build an immutable
Record object. |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDeviceLastModifiedDate()
Gets the local timestamp of this record when it was last modified.
|
String |
getKey()
Gets the key of this record.
|
String |
getLastModifiedBy()
Gets the identifier of the user or device which modified this record
last.
|
Date |
getLastModifiedDate()
Gets the server timestamp of this record when it was last modified.
|
long |
getSyncCount()
Gets the sync count of this record.
|
String |
getValue()
Gets the value of this record.
|
boolean |
isDeleted()
Gets whether the record is marked as deleted.
|
boolean |
isModified()
Gets a flag that indicates whether this record is modified locally but
hasn't been synced.
|
String |
toString() |
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.