ResponseHeader
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
サーバーから送信されるすべてのレスポンスで定義されるヘッダー オブジェクト。
JSON 表現 |
{
"responseTimestamp": string
} |
フィールド |
responseTimestamp |
string (int64 format)
必須: このレスポンスのタイムスタンプ。エポックからのミリ秒数で表します。受信側は、このタイムスタンプが「現在」の ±60 秒であることを確認する必要があります。
|
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The response includes a header object with a single field: `responseTimestamp`. This field, formatted as a string representing a 64-bit integer, is a required timestamp indicating when the response was generated. It is measured in milliseconds since the epoch. The receiving system must validate that this timestamp falls within a 60-second window (plus or minus) of the current time.\n"]]