PushDocumentsResponseModel class

更新时间:
复制 MD 格式

Overview

This topic describes the PushDocumentsResponseModel class and its methods. This class is the returned object of the Client.pushDocuments() method.

Class security

Thread-safe

Define a constructor

PushDocumentsResponseModel()

Specify the headers parameter

Syntax

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

Parameter description

Parameter

Type

Description

headers

Map

The information about the PushDocumentsResponseModel header.

Obtain the value of the headers parameter

Syntax

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

Returned result

  • java.util.Map<String, String> Headers parameter value

Specify the body parameter

Syntax

PushDocumentsResponseModel setBody(String body)

Parameter description

Parameter

Type

Description

body

String

Returns the query result.

Obtain the value of the body parameter

Syntax

String getBody()

Returned result

  • String Body parameter value