Interface Uint128OrBuilder (1.51.0)

public interface Uint128OrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHigh()

public abstract long getHigh()

optional uint64 high = 3202466;

Returns
TypeDescription
long

The high.

getLow()

public abstract long getLow()

optional uint64 low = 107348;

Returns
TypeDescription
long

The low.

hasHigh()

public abstract boolean hasHigh()

optional uint64 high = 3202466;

Returns
TypeDescription
boolean

Whether the high field is set.

hasLow()

public abstract boolean hasLow()

optional uint64 low = 107348;

Returns
TypeDescription
boolean

Whether the low field is set.