CloudEndpointsRestoreHeartbeatResponse Class

public final class CloudEndpointsRestoreHeartbeatResponse
extends ResponseBase<CloudEndpointsRestoreHeartbeatHeaders,Void>

Contains all response data for the restoreHeartbeat operation.

Constructor Summary

Constructor Description
CloudEndpointsRestoreHeartbeatResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, Void value, CloudEndpointsRestoreHeartbeatHeaders headers)

Creates an instance of CloudEndpointsRestoreHeartbeatResponse.

Methods inherited from ResponseBase

Methods inherited from java.lang.Object

Constructor Details

CloudEndpointsRestoreHeartbeatResponse

public CloudEndpointsRestoreHeartbeatResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, Void value, CloudEndpointsRestoreHeartbeatHeaders headers)

Creates an instance of CloudEndpointsRestoreHeartbeatResponse.

Parameters:

request - the request which resulted in this CloudEndpointsRestoreHeartbeatResponse.
statusCode - the status code of the HTTP response.
rawHeaders - the raw headers of the HTTP response.
value - the deserialized value of the HTTP response.
headers - the deserialized headers of the HTTP response.

Applies to