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(String fieldName,
Object value) |
Timestamp |
Timestamp.setNanos(Integer nanos)
Non-negative fractions of a second at nanosecond resolution.
|
Timestamp |
Timestamp.setSeconds(Long seconds)
Represents seconds of UTC time since Unix epoch.
|
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.
|
Copyright © 2011–2025 Google. All rights reserved.