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