Interface ProductView.ItemIssue.ItemIssueTypeOrBuilder (0.10.0)

public static interface ProductView.ItemIssue.ItemIssueTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCanonicalAttribute()

public abstract String getCanonicalAttribute()

Canonical attribute name for attribute-specific issues.

optional string canonical_attribute = 2;

Returns
TypeDescription
String

The canonicalAttribute.

getCanonicalAttributeBytes()

public abstract ByteString getCanonicalAttributeBytes()

Canonical attribute name for attribute-specific issues.

optional string canonical_attribute = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for code.

hasCanonicalAttribute()

public abstract boolean hasCanonicalAttribute()

Canonical attribute name for attribute-specific issues.

optional string canonical_attribute = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the code field is set.