Interface CapacityQuantityIntervalOrBuilder (1.2.0)

public interface CapacityQuantityIntervalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxValue()

public abstract long getMaxValue()

optional int64 max_value = 3;

Returns
TypeDescription
long

The maxValue.

getMinValue()

public abstract long getMinValue()

optional int64 min_value = 2;

Returns
TypeDescription
long

The minValue.

getType()

public abstract String getType()

string type = 1;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

string type = 1;

Returns
TypeDescription
ByteString

The bytes for type.

hasMaxValue()

public abstract boolean hasMaxValue()

optional int64 max_value = 3;

Returns
TypeDescription
boolean

Whether the maxValue field is set.

hasMinValue()

public abstract boolean hasMinValue()

optional int64 min_value = 2;

Returns
TypeDescription
boolean

Whether the minValue field is set.