Class Price.Builder (2.65.0)

public static final class Price.Builder extends GeneratedMessage.Builder<Price.Builder> implements PriceOrBuilder

The price represented as a number and currency.

Protobuf type google.shopping.type.Price

Implements

PriceOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Price build()
Returns
Type Description
Price

buildPartial()

public Price buildPartial()
Returns
Type Description
Price

clear()

public Price.Builder clear()
Returns
Type Description
Price.Builder
Overrides

clearAmountMicros()

public Price.Builder clearAmountMicros()

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).

optional int64 amount_micros = 1;

Returns
Type Description
Price.Builder

This builder for chaining.

clearCurrencyCode()

public Price.Builder clearCurrencyCode()

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Returns
Type Description
Price.Builder

This builder for chaining.

getAmountMicros()

public long getAmountMicros()

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).

optional int64 amount_micros = 1;

Returns
Type Description
long

The amountMicros.

getCurrencyCode()

public String getCurrencyCode()

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Returns
Type Description
String

The currencyCode.

getCurrencyCodeBytes()

public ByteString getCurrencyCodeBytes()

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Returns
Type Description
ByteString

The bytes for currencyCode.

getDefaultInstanceForType()

public Price getDefaultInstanceForType()
Returns
Type Description
Price

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasAmountMicros()

public boolean hasAmountMicros()

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).

optional int64 amount_micros = 1;

Returns
Type Description
boolean

Whether the amountMicros field is set.

hasCurrencyCode()

public boolean hasCurrencyCode()

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Returns
Type Description
boolean

Whether the currencyCode field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Price.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Price.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Price.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Price.Builder
Overrides

mergeFrom(Price other)

public Price.Builder mergeFrom(Price other)
Parameter
Name Description
other Price
Returns
Type Description
Price.Builder

setAmountMicros(long value)

public Price.Builder setAmountMicros(long value)

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).

optional int64 amount_micros = 1;

Parameter
Name Description
value long

The amountMicros to set.

Returns
Type Description
Price.Builder

This builder for chaining.

setCurrencyCode(String value)

public Price.Builder setCurrencyCode(String value)

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Parameter
Name Description
value String

The currencyCode to set.

Returns
Type Description
Price.Builder

This builder for chaining.

setCurrencyCodeBytes(ByteString value)

public Price.Builder setCurrencyCodeBytes(ByteString value)

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Parameter
Name Description
value ByteString

The bytes for currencyCode to set.

Returns
Type Description
Price.Builder

This builder for chaining.