public static interface ProductView.ItemIssue.ItemIssueTypeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCanonicalAttribute()
public abstract String getCanonicalAttribute()
Canonical attribute name for attribute-specific issues.
optional string canonical_attribute = 2;
Returns | |
---|---|
Type | Description |
String |
The canonicalAttribute. |
getCanonicalAttributeBytes()
public abstract ByteString getCanonicalAttributeBytes()
Canonical attribute name for attribute-specific issues.
optional string canonical_attribute = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for canonicalAttribute. |
getCode()
public abstract String getCode()
Error code of the issue, equivalent to the code
of Product
issues.
optional string code = 1;
Returns | |
---|---|
Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()
Error code of the issue, equivalent to the code
of Product
issues.
optional string code = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for code. |
hasCanonicalAttribute()
public abstract boolean hasCanonicalAttribute()
Canonical attribute name for attribute-specific issues.
optional string canonical_attribute = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the canonicalAttribute field is set. |
hasCode()
public abstract boolean hasCode()
Error code of the issue, equivalent to the code
of Product
issues.
optional string code = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the code field is set. |