ResponseHeader
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
サーバーから送信されるすべてのレスポンスで定義されるヘッダー オブジェクト。
JSON 表現 |
{
"responseTimestamp": string
} |
フィールド |
responseTimestamp |
string (int64 format)
必須: このレスポンスのタイムスタンプ。エポックからのミリ秒数で表します。受信側は、このタイムスタンプが「現在」の ±60 秒であることを確認する必要があります。
|
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThe server responses include a header object with information about the response.\u003c/p\u003e\n"],["\u003cp\u003eThis header object contains a \u003ccode\u003eresponseTimestamp\u003c/code\u003e field, indicating the time of the response in milliseconds since epoch.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresponseTimestamp\u003c/code\u003e field is required and should be within ± 60 seconds of the current time.\u003c/p\u003e\n"]]],["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"],null,[]]