DigitalTwinsResponseHeaders Class
- java.
lang. Object - com.
azure. digitaltwins. core. models. DigitalTwinsResponseHeaders
- com.
public final class DigitalTwinsResponseHeaders
A helper class to represent the HTTP response headers returned by the service.
Constructor Summary
Constructor | Description | |
---|---|---|
DigitalTwinsResponseHeaders() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getETag()
Get the e |
Digital |
setETag(String eTag)
Set the e |
Methods inherited from java.lang.Object
Constructor Details
DigitalTwinsResponseHeaders
public DigitalTwinsResponseHeaders()
Method Details
getETag
public String getETag()
Get the eTag property: The ETag property.
Returns:
the eTag value.
setETag
public DigitalTwinsResponseHeaders setETag(String eTag)
Set the eTag property: The ETag property.
Parameters:
eTag
- the eTag value to set.
Returns:
the DigitalTwinsResponseHeaders object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java