Interface IntRangeOrBuilder (0.2.0)

public interface IntRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.