すべてのプロダクト
Search
ドキュメントセンター

OpenSearch:PushDocumentsResponseModel クラス

最終更新日:Dec 28, 2024

概要

このトピックでは、PushDocumentsResponseModel クラスとそのメソッドについて説明します。PushDocumentsResponseModel クラスは、Client.pushDocuments() メソッドの戻り値オブジェクトです。

クラスの安全性

スレッドセーフ

コンストラクターの定義

PushDocumentsResponseModel()

headers パラメーターの指定

構文

PushDocumentsResponseModel setHeaders(java.util.Map<String, String> headers)

説明

パラメーター

説明

headers

Map

PushDocumentsResponseModel ヘッダーに関する情報。

headers パラメーターの値の取得

構文

java.util.Map<String, String> getHeaders()

戻り値

  • java.util.Map <String, String> Headers パラメーター値

body パラメーターの指定

構文

PushDocumentsResponseModel setBody(String body)

説明

パラメーター

説明

body

String

クエリしたデータを返します。

body パラメーターの値の取得

構文

String getBody()

戻り値

  • String Body パラメーター値