public class ActivityTimestamps extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivityTimestamps.Builder
Class to build instances of
ActivityTimestamps. |
| Constructor and Description |
|---|
ActivityTimestamps()
Default constructor.
|
ActivityTimestamps(String createTime,
String updateTime)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateTime()
Getter for CreateTime.
|
String |
getUpdateTime()
Getter for UpdateTime.
|
void |
setCreateTime(String createTime)
Setter for CreateTime.
|
void |
setUpdateTime(String updateTime)
Setter for UpdateTime.
|
ActivityTimestamps.Builder |
toBuilder()
Builds a new
ActivityTimestamps.Builder object. |
String |
toString()
Converts this ActivityTimestamps into string format.
|
public String getCreateTime()
public void setCreateTime(String createTime)
createTime - Value for Stringpublic String getUpdateTime()
public void setUpdateTime(String updateTime)
updateTime - Value for Stringpublic String toString()
public ActivityTimestamps.Builder toBuilder()
ActivityTimestamps.Builder object.
Creates the instance with the state of the current model.ActivityTimestamps.Builder objectCopyright © 2025. All rights reserved.