public interface ProductDetailOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttributeName()
public abstract String getAttributeName()
The name of the product detail.
string attribute_name = 2;
Returns | |
---|---|
Type | Description |
String |
The attributeName. |
getAttributeNameBytes()
public abstract ByteString getAttributeNameBytes()
The name of the product detail.
string attribute_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for attributeName. |
getAttributeValue()
public abstract String getAttributeValue()
The value of the product detail.
string attribute_value = 3;
Returns | |
---|---|
Type | Description |
String |
The attributeValue. |
getAttributeValueBytes()
public abstract ByteString getAttributeValueBytes()
The value of the product detail.
string attribute_value = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for attributeValue. |
getSectionName()
public abstract String getSectionName()
The section header used to group a set of product details.
string section_name = 1;
Returns | |
---|---|
Type | Description |
String |
The sectionName. |
getSectionNameBytes()
public abstract ByteString getSectionNameBytes()
The section header used to group a set of product details.
string section_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sectionName. |