public class CustomField
extends java.lang.Object
Constructor and Description |
---|
CustomField(java.lang.String customId,
long createTimestamp,
long modifyTimestamp)
Initializes a new
CustomField . |
Modifier and Type | Method and Description |
---|---|
long |
getCreateTimestamp()
Gets the create time stamp; the number of milliseconds since January 1, 1970, 00:00:00 GMT
|
java.lang.String |
getCustomId()
Gets the custom identifier
|
long |
getModifyTimestamp()
Gets the modified time; the number of milliseconds since January 1, 1970, 00:00:00 GMT
|
void |
setCreateTimestamp(long createTimestamp)
Sets the create time stamp.
|
void |
setCustomId(java.lang.String customId)
Sets the custom identifier
|
void |
setModifyTimestamp(long modifyTimestamp)
Sets the modified time stamp.
|
public CustomField(java.lang.String customId, long createTimestamp, long modifyTimestamp)
CustomField
.customId
- The custom identifiercreateTimestamp
- The create time stamp; the number of milliseconds since January 1, 1970, 00:00:00 GMTmodifyTimestamp
- The modified time stamp; the number of milliseconds since January 1, 1970, 00:00:00 GMTpublic java.lang.String getCustomId()
public long getCreateTimestamp()
public long getModifyTimestamp()
public void setCustomId(java.lang.String customId)
customId
- The custom identifier to setpublic void setCreateTimestamp(long createTimestamp)
createTimestamp
- The create time stamp to setpublic void setModifyTimestamp(long modifyTimestamp)
modifyTimestamp
- The modified time stamp to set