public static interface Breakdown.RegionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCode()
public abstract String getCode()
string code = 1;
Returns | |
---|---|
Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()
string code = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for code. |
getName()
public abstract String getName()
The localized name of the region. For region with code='001' the value is 'All countries' or the equivalent in other languages.
string name = 2;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The localized name of the region. For region with code='001' the value is 'All countries' or the equivalent in other languages.
string name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |