@Deprecated public class Record extends Object implements Serializable
| Constructor and Description |
|---|
Record()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Date |
getDeviceLastModifiedDate()
Deprecated.
The last modified date of the client device.
|
String |
getKey()
Deprecated.
The key for the record.
|
String |
getLastModifiedBy()
Deprecated.
The user/device that made the last change to this record.
|
Date |
getLastModifiedDate()
Deprecated.
The date on which the record was last modified.
|
Long |
getSyncCount()
Deprecated.
The server sync count for this record.
|
String |
getValue()
Deprecated.
The value for the record.
|
int |
hashCode()
Deprecated.
|
void |
setDeviceLastModifiedDate(Date deviceLastModifiedDate)
Deprecated.
The last modified date of the client device.
|
void |
setKey(String key)
Deprecated.
The key for the record.
|
void |
setLastModifiedBy(String lastModifiedBy)
Deprecated.
The user/device that made the last change to this record.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Deprecated.
The date on which the record was last modified.
|
void |
setSyncCount(Long syncCount)
Deprecated.
The server sync count for this record.
|
void |
setValue(String value)
Deprecated.
The value for the record.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
Record |
withDeviceLastModifiedDate(Date deviceLastModifiedDate)
Deprecated.
The last modified date of the client device.
|
Record |
withKey(String key)
Deprecated.
The key for the record.
|
Record |
withLastModifiedBy(String lastModifiedBy)
Deprecated.
The user/device that made the last change to this record.
|
Record |
withLastModifiedDate(Date lastModifiedDate)
Deprecated.
The date on which the record was last modified.
|
Record |
withSyncCount(Long syncCount)
Deprecated.
The server sync count for this record.
|
Record |
withValue(String value)
Deprecated.
The value for the record.
|
public String getKey()
Constraints:
Length: 1 - 1024
public void setKey(String key)
Constraints:
Length: 1 - 1024
key - The key for the record.public Record withKey(String key)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
key - The key for the record.public String getValue()
Constraints:
Length: - 1048575
public void setValue(String value)
Constraints:
Length: - 1048575
value - The value for the record.public Record withValue(String value)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1048575
value - The value for the record.public Long getSyncCount()
public void setSyncCount(Long syncCount)
syncCount - The server sync count for this record.public Record withSyncCount(Long syncCount)
Returns a reference to this object so that method calls can be chained together.
syncCount - The server sync count for this record.public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
lastModifiedDate - The date on which the record was last modified.public Record withLastModifiedDate(Date lastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The date on which the record was last modified.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - The user/device that made the last change to this
record.public Record withLastModifiedBy(String lastModifiedBy)
Returns a reference to this object so that method calls can be chained together.
lastModifiedBy - The user/device that made the last change to this
record.public Date getDeviceLastModifiedDate()
public void setDeviceLastModifiedDate(Date deviceLastModifiedDate)
deviceLastModifiedDate - The last modified date of the client
device.public Record withDeviceLastModifiedDate(Date deviceLastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
deviceLastModifiedDate - The last modified date of the client
device.public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.