Class AlertProcessingRulesListByResourceGroupNextResponse

java.lang.Object
com.azure.core.http.rest.ResponseBase<AlertProcessingRulesListByResourceGroupNextHeaders,AlertProcessingRulesList>
com.azure.resourcemanager.alertsmanagement.models.AlertProcessingRulesListByResourceGroupNextResponse
All Implemented Interfaces:
com.azure.core.http.rest.Response<AlertProcessingRulesList>

public final class AlertProcessingRulesListByResourceGroupNextResponse extends com.azure.core.http.rest.ResponseBase<AlertProcessingRulesListByResourceGroupNextHeaders,AlertProcessingRulesList>
Contains all response data for the listByResourceGroupNext operation.
  • Constructor Details

    • AlertProcessingRulesListByResourceGroupNextResponse

      public AlertProcessingRulesListByResourceGroupNextResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AlertProcessingRulesList value, AlertProcessingRulesListByResourceGroupNextHeaders headers)
      Creates an instance of AlertProcessingRulesListByResourceGroupNextResponse.
      Parameters:
      request - the request which resulted in this AlertProcessingRulesListByResourceGroupNextResponse.
      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.
  • Method Details