@Deprecated
public final class Record
extends java.lang.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 |
---|---|
java.util.Date |
getDeviceLastModifiedDate()
Deprecated.
Gets the local timestamp of this record when it was last modified.
|
java.lang.String |
getKey()
Deprecated.
Gets the key of this record.
|
java.lang.String |
getLastModifiedBy()
Deprecated.
Gets the identifier of the user or device which modified this record
last.
|
java.util.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.
|
java.lang.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.
|
java.lang.String |
toString()
Deprecated.
|
public java.lang.String getKey()
public java.lang.String getValue()
public long getSyncCount()
public java.util.Date getLastModifiedDate()
public java.lang.String getLastModifiedBy()
public java.util.Date getDeviceLastModifiedDate()
public boolean isModified()
public boolean isDeleted()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.