public class Record extends Object implements Serializable
| Constructor and Description |
|---|
Record() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getDeviceLastModifiedDate()
Returns the value of the DeviceLastModifiedDate property for this
object.
|
String |
getKey()
Returns the value of the Key property for this object.
|
String |
getLastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
Date |
getLastModifiedDate()
Returns the value of the LastModifiedDate property for this object.
|
Long |
getSyncCount()
Returns the value of the SyncCount property for this object.
|
String |
getValue()
Returns the value of the Value property for this object.
|
int |
hashCode() |
void |
setDeviceLastModifiedDate(Date deviceLastModifiedDate)
Sets the value of the DeviceLastModifiedDate property for this object.
|
void |
setKey(String key)
Sets the value of the Key property for this object.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
void |
setSyncCount(Long syncCount)
Sets the value of the SyncCount property for this object.
|
void |
setValue(String value)
Sets the value of the Value property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Record |
withDeviceLastModifiedDate(Date deviceLastModifiedDate)
Sets the value of the DeviceLastModifiedDate property for this object.
|
Record |
withKey(String key)
Sets the value of the Key property for this object.
|
Record |
withLastModifiedBy(String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Record |
withLastModifiedDate(Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
Record |
withSyncCount(Long syncCount)
Sets the value of the SyncCount property for this object.
|
Record |
withValue(String value)
Sets the value of the Value property for this object.
|
public String getKey()
Constraints:
Length: 1 - 1024
public void setKey(String key)
Constraints:
Length: 1 - 1024
key - The new value for the Key property for this object.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 new value for the Key property for this object.public String getValue()
Constraints:
Length: 0 - 1048575
public void setValue(String value)
Constraints:
Length: 0 - 1048575
value - The new value for the Value property for this object.public Record withValue(String value)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1048575
value - The new value for the Value property for this object.public Long getSyncCount()
public void setSyncCount(Long syncCount)
syncCount - The new value for the SyncCount property for this object.public Record withSyncCount(Long syncCount)
Returns a reference to this object so that method calls can be chained together.
syncCount - The new value for the SyncCount property for this object.public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
lastModifiedDate - The new value for the LastModifiedDate property for this object.public Record withLastModifiedDate(Date lastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The new value for the LastModifiedDate property for this object.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.public Record withLastModifiedBy(String lastModifiedBy)
Returns a reference to this object so that method calls can be chained together.
lastModifiedBy - The new value for the LastModifiedBy property for this object.public Date getDeviceLastModifiedDate()
public void setDeviceLastModifiedDate(Date deviceLastModifiedDate)
deviceLastModifiedDate - The new value for the DeviceLastModifiedDate property for this object.public Record withDeviceLastModifiedDate(Date deviceLastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
deviceLastModifiedDate - The new value for the DeviceLastModifiedDate property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.