OperationsGetHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.vmwarecloudsimple.models.OperationsGetHeaders

public final class OperationsGetHeaders

The OperationsGetHeaders model.

Constructor Summary

Constructor Description
OperationsGetHeaders(HttpHeaders rawHeaders)

Creates an instance of OperationsGetHeaders class.

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: The Location property.

Integer retryAfter()

Get the retryAfter property: The Retry-After property.

void validate()

Validates the instance.

OperationsGetHeaders withLocation(String location)

Set the location property: The Location property.

OperationsGetHeaders withRetryAfter(Integer retryAfter)

Set the retryAfter property: The Retry-After property.

Methods inherited from java.lang.Object

Constructor Details

OperationsGetHeaders

public OperationsGetHeaders(HttpHeaders rawHeaders)

Creates an instance of OperationsGetHeaders class.

Parameters:

rawHeaders - The raw HttpHeaders that will be used to create the property values.

Method Details

location

public String location()

Get the location property: The Location property.

Returns:

the location value.

retryAfter

public Integer retryAfter()

Get the retryAfter property: The Retry-After property.

Returns:

the retryAfter value.

validate

public void validate()

Validates the instance.

withLocation

public OperationsGetHeaders withLocation(String location)

Set the location property: The Location property.

Parameters:

location - the location value to set.

Returns:

the OperationsGetHeaders object itself.

withRetryAfter

public OperationsGetHeaders withRetryAfter(Integer retryAfter)

Set the retryAfter property: The Retry-After property.

Parameters:

retryAfter - the retryAfter value to set.

Returns:

the OperationsGetHeaders object itself.

Applies to