setMatchETag method

void setMatchETag(
  1. String etag
)

Implementation

void setMatchETag(String etag) {
  matchETag = etag;
}