共用方式為


DigitalTwinsResponseHeaders Class

  • java.lang.Object
    • com.azure.digitaltwins.core.models.DigitalTwinsResponseHeaders

public final class DigitalTwinsResponseHeaders

A helper class to represent the HTTP response headers returned by the service.

Constructor Summary

Constructor Description
DigitalTwinsResponseHeaders()

Creates a new instance of DigitalTwinsResponseHeaders.

Method Summary

Modifier and Type Method and Description
String getETag()

Get the eTag property: The ETag property.

DigitalTwinsResponseHeaders setETag(String eTag)

Set the eTag property: The ETag property.

Methods inherited from java.lang.Object

Constructor Details

DigitalTwinsResponseHeaders

public DigitalTwinsResponseHeaders()

Creates a new instance of 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