OperationsGetHeaders Class
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. models. OperationsGetHeaders
- com.
public final class OperationsGetHeaders
The OperationsGetHeaders model.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationsGetHeaders(HttpHeaders rawHeaders) |
Creates an instance of Operations |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
location()
Get the location property: The Location property. |
| Integer |
retryAfter()
Get the retry |
| void |
validate()
Validates the instance. |
|
Operations |
withLocation(String location)
Set the location property: The Location property. |
|
Operations |
withRetryAfter(Integer retryAfter)
Set the retry |
Methods inherited from java.lang.Object
Constructor Details
OperationsGetHeaders
public OperationsGetHeaders(HttpHeaders rawHeaders)
Creates an instance of OperationsGetHeaders class.
Parameters:
Method Details
location
public String location()
Get the location property: The Location property.
Returns:
retryAfter
public Integer retryAfter()
Get the retryAfter property: The Retry-After property.
Returns:
validate
public void validate()
Validates the instance.
withLocation
public OperationsGetHeaders withLocation(String location)
Set the location property: The Location property.
Parameters:
Returns:
withRetryAfter
public OperationsGetHeaders withRetryAfter(Integer retryAfter)
Set the retryAfter property: The Retry-After property.
Parameters:
Returns: