Class PoolGetHeaders
- java.lang.Object
-
- com.microsoft.azure.management.batch.PoolGetHeaders
-
public class PoolGetHeaders extends Object
Defines headers for Get operation.
-
-
Constructor Summary
Constructors Constructor Description PoolGetHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringeTag()Get the eTag value.PoolGetHeaderswithETag(String eTag)Set the eTag value.
-
-
-
Method Detail
-
eTag
public String eTag()
Get the eTag value.- Returns:
- the eTag value
-
withETag
public PoolGetHeaders withETag(String eTag)
Set the eTag value.- Parameters:
eTag- the eTag value to set- Returns:
- the PoolGetHeaders object itself.
-
-