public static interface AssetPropertyTimestamp.Builder extends SdkPojo, CopyableBuilder<AssetPropertyTimestamp.Builder,AssetPropertyTimestamp>
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyTimestamp.Builder |
offsetInNanos(String offsetInNanos)
The nanosecond offset converted from
timeInSeconds. |
AssetPropertyTimestamp.Builder |
timeInSeconds(String timeInSeconds)
The timestamp, in seconds, in the Unix epoch format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetPropertyTimestamp.Builder timeInSeconds(String timeInSeconds)
The timestamp, in seconds, in the Unix epoch format. The valid range is between 1-31556889864403199.
timeInSeconds - The timestamp, in seconds, in the Unix epoch format. The valid range is between 1-31556889864403199.AssetPropertyTimestamp.Builder offsetInNanos(String offsetInNanos)
The nanosecond offset converted from timeInSeconds. The valid range is between 0-999999999.
offsetInNanos - The nanosecond offset converted from timeInSeconds. The valid range is between
0-999999999.Copyright © 2022. All rights reserved.