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