Class HttpErrorRangeParameters

java.lang.Object
com.microsoft.azure.management.cdn.HttpErrorRangeParameters

public class HttpErrorRangeParameters extends Object
The JSON object that represents the range for http status codes.
  • Constructor Details

    • HttpErrorRangeParameters

      public HttpErrorRangeParameters()
  • Method Details

    • begin

      public Integer begin()
      Get the inclusive start of the http status code range.
      Returns:
      the begin value
    • withBegin

      public HttpErrorRangeParameters withBegin(Integer begin)
      Set the inclusive start of the http status code range.
      Parameters:
      begin - the begin value to set
      Returns:
      the HttpErrorRangeParameters object itself.
    • end

      public Integer end()
      Get the inclusive end of the http status code range.
      Returns:
      the end value
    • withEnd

      public HttpErrorRangeParameters withEnd(Integer end)
      Set the inclusive end of the http status code range.
      Parameters:
      end - the end value to set
      Returns:
      the HttpErrorRangeParameters object itself.