ChargeSummary Class

public class ChargeSummary
extends ProxyResource

A charge summary resource.

Constructor Summary

Constructor Description
ChargeSummary()

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: eTag of the resource.

void validate()

Validates the instance.

ChargeSummary withEtag(String etag)

Set the etag property: eTag of the resource.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ChargeSummary

public ChargeSummary()

Method Details

etag

public String etag()

Get the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Returns:

the etag value.

validate

public void validate()

Validates the instance.

withEtag

public ChargeSummary withEtag(String etag)

Set the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Parameters:

etag - the etag value to set.

Returns:

the ChargeSummary object itself.

Applies to