Class PoolDeleteHeaders
- java.lang.Object
-
- com.microsoft.azure.management.batch.PoolDeleteHeaders
-
public class PoolDeleteHeaders extends Object
Defines headers for Delete operation.
-
-
Constructor Summary
Constructors Constructor Description PoolDeleteHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location value.IntegerretryAfter()Get the retryAfter value.PoolDeleteHeaderswithLocation(String location)Set the location value.PoolDeleteHeaderswithRetryAfter(Integer retryAfter)Set the retryAfter value.
-
-
-
Method Detail
-
location
public String location()
Get the location value.- Returns:
- the location value
-
withLocation
public PoolDeleteHeaders withLocation(String location)
Set the location value.- Parameters:
location- the location value to set- Returns:
- the PoolDeleteHeaders object itself.
-
retryAfter
public Integer retryAfter()
Get the retryAfter value.- Returns:
- the retryAfter value
-
withRetryAfter
public PoolDeleteHeaders withRetryAfter(Integer retryAfter)
Set the retryAfter value.- Parameters:
retryAfter- the retryAfter value to set- Returns:
- the PoolDeleteHeaders object itself.
-
-