public interface IntRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnd()
public abstract long getEnd()End of the int range.
optional int64 end = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The end. |
getStart()
public abstract long getStart()Start of the int range.
optional int64 start = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The start. |
hasEnd()
public abstract boolean hasEnd()End of the int range.
optional int64 end = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the end field is set. |
hasStart()
public abstract boolean hasStart()Start of the int range.
optional int64 start = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the start field is set. |