Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Timestamp |
Timestamp.clone() |
Timestamp |
ReviewReplyResult.getLastEdited()
The time at which the reply took effect.
|
Timestamp |
UserComment.getLastModified()
The last time at which this comment was updated.
|
Timestamp |
DeveloperComment.getLastModified()
The last time at which this comment was updated.
|
Timestamp |
Timestamp.set(java.lang.String fieldName,
java.lang.Object value) |
Timestamp |
Timestamp.setNanos(java.lang.Integer nanos) |
Timestamp |
Timestamp.setSeconds(java.lang.Long seconds) |
Modifier and Type | Method and Description |
---|---|
ReviewReplyResult |
ReviewReplyResult.setLastEdited(Timestamp lastEdited)
The time at which the reply took effect.
|
UserComment |
UserComment.setLastModified(Timestamp lastModified)
The last time at which this comment was updated.
|
DeveloperComment |
DeveloperComment.setLastModified(Timestamp lastModified)
The last time at which this comment was updated.
|