public static interface CssProductStatus.ItemLevelIssueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplicableCountries(int index)
public abstract String getApplicableCountries(int index)List of country codes (ISO 3166-1 alpha-2) where issue applies to the CSS Product.
 repeated string applicable_countries = 9;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| 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 CSS Product.
 repeated string applicable_countries = 9;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| 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 CSS Product.
 repeated string applicable_countries = 9;
| Returns | |
|---|---|
| Type | Description | 
| 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 CSS Product.
 repeated string applicable_countries = 9;
| Returns | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| ByteString | The bytes for attribute. | 
getCode()
public abstract String getCode()The error code of the issue.
 string code = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The code. | 
getCodeBytes()
public abstract ByteString getCodeBytes()The error code of the issue.
 string code = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for code. | 
getDescription()
public abstract String getDescription()A short issue description in English.
 string description = 6;
| Returns | |
|---|---|
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A short issue description in English.
 string description = 6;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for description. | 
getDestination()
public abstract String getDestination()The destination the issue applies to.
 string destination = 5;
| Returns | |
|---|---|
| Type | Description | 
| String | The destination. | 
getDestinationBytes()
public abstract ByteString getDestinationBytes()The destination the issue applies to.
 string destination = 5;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for destination. | 
getDetail()
public abstract String getDetail()A detailed issue description in English.
 string detail = 7;
| Returns | |
|---|---|
| Type | Description | 
| String | The detail. | 
getDetailBytes()
public abstract ByteString getDetailBytes()A detailed issue description in English.
 string detail = 7;
| Returns | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| String | The documentation. | 
getDocumentationBytes()
public abstract ByteString getDocumentationBytes()The URL of a web page to help with resolving this issue.
 string documentation = 8;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for documentation. | 
getResolution()
public abstract String getResolution()Whether the issue can be resolved by the merchant.
 string resolution = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The resolution. | 
getResolutionBytes()
public abstract ByteString getResolutionBytes()Whether the issue can be resolved by the merchant.
 string resolution = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for resolution. | 
getServability()
public abstract String getServability()How this issue affects serving of the CSS Product.
 string servability = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The servability. | 
getServabilityBytes()
public abstract ByteString getServabilityBytes()How this issue affects serving of the CSS Product.
 string servability = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for servability. |