public static interface MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStoreCodes(int index)
public abstract String getStoreCodes(int index)
Optional. A list of unique store codes or empty for the catch all.
repeated string store_codes = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The storeCodes at the given index. |
getStoreCodesBytes(int index)
public abstract ByteString getStoreCodesBytes(int index)
Optional. A list of unique store codes or empty for the catch all.
repeated string store_codes = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the storeCodes at the given index. |
getStoreCodesCount()
public abstract int getStoreCodesCount()
Optional. A list of unique store codes or empty for the catch all.
repeated string store_codes = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of storeCodes. |
getStoreCodesList()
public abstract List<String> getStoreCodesList()
Optional. A list of unique store codes or empty for the catch all.
repeated string store_codes = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the storeCodes. |
getValue()
public abstract Price getValue()
The minimum order value for the given stores.
optional .google.shopping.type.Price value = 2;
Returns | |
---|---|
Type | Description |
com.google.shopping.type.Price |
The value. |
getValueOrBuilder()
public abstract PriceOrBuilder getValueOrBuilder()
The minimum order value for the given stores.
optional .google.shopping.type.Price value = 2;
Returns | |
---|---|
Type | Description |
com.google.shopping.type.PriceOrBuilder |
hasValue()
public abstract boolean hasValue()
The minimum order value for the given stores.
optional .google.shopping.type.Price value = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |