Interface CssProductStatus.ItemLevelIssueOrBuilder (0.1.0)

public static interface CssProductStatus.ItemLevelIssueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplicableCountries(int index)

public abstract String getApplicableCountries(int index)

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

repeated string applicable_countries = 9;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The applicableCountries at the given index.

getApplicableCountriesBytes(int index)

public abstract ByteString getApplicableCountriesBytes(int index)

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

repeated string applicable_countries = 9;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the applicableCountries at the given index.

getApplicableCountriesCount()

public abstract int getApplicableCountriesCount()

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

repeated string applicable_countries = 9;

Returns
TypeDescription
int

The count of applicableCountries.

getApplicableCountriesList()

public abstract List<String> getApplicableCountriesList()

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

repeated string applicable_countries = 9;

Returns
TypeDescription
List<String>

A list containing the applicableCountries.

getAttribute()

public abstract String getAttribute()

The attribute's name, if the issue is caused by a single attribute.

string attribute = 4;

Returns
TypeDescription
String

The attribute.

getAttributeBytes()

public abstract ByteString getAttributeBytes()

The attribute's name, if the issue is caused by a single attribute.

string attribute = 4;

Returns
TypeDescription
ByteString

The bytes for attribute.

getCode()

public abstract String getCode()

The error code of the issue.

string code = 1;

Returns
TypeDescription
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()

The error code of the issue.

string code = 1;

Returns
TypeDescription
ByteString

The bytes for code.

getDescription()

public abstract String getDescription()

A short issue description in English.

string description = 6;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A short issue description in English.

string description = 6;

Returns
TypeDescription
ByteString

The bytes for description.

getDestination()

public abstract String getDestination()

The destination the issue applies to.

string destination = 5;

Returns
TypeDescription
String

The destination.

getDestinationBytes()

public abstract ByteString getDestinationBytes()

The destination the issue applies to.

string destination = 5;

Returns
TypeDescription
ByteString

The bytes for destination.

getDetail()

public abstract String getDetail()

A detailed issue description in English.

string detail = 7;

Returns
TypeDescription
String

The detail.

getDetailBytes()

public abstract ByteString getDetailBytes()

A detailed issue description in English.

string detail = 7;

Returns
TypeDescription
ByteString

The bytes for detail.

getDocumentation()

public abstract String getDocumentation()

The URL of a web page to help with resolving this issue.

string documentation = 8;

Returns
TypeDescription
String

The documentation.

getDocumentationBytes()

public abstract ByteString getDocumentationBytes()

The URL of a web page to help with resolving this issue.

string documentation = 8;

Returns
TypeDescription
ByteString

The bytes for documentation.

getResolution()

public abstract String getResolution()

Whether the issue can be resolved by the merchant.

string resolution = 3;

Returns
TypeDescription
String

The resolution.

getResolutionBytes()

public abstract ByteString getResolutionBytes()

Whether the issue can be resolved by the merchant.

string resolution = 3;

Returns
TypeDescription
ByteString

The bytes for resolution.

getServability()

public abstract String getServability()

How this issue affects serving of the aggregate offer.

string servability = 2;

Returns
TypeDescription
String

The servability.

getServabilityBytes()

public abstract ByteString getServabilityBytes()

How this issue affects serving of the aggregate offer.

string servability = 2;

Returns
TypeDescription
ByteString

The bytes for servability.