Interface WeightRollupValueOrBuilder (0.2.0)

public interface WeightRollupValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getWeightGramsAvg()

public abstract double getWeightGramsAvg()

Average weight in grams.

optional double weight_grams_avg = 1;

Returns
Type Description
double

The weightGramsAvg.

hasWeightGramsAvg()

public abstract boolean hasWeightGramsAvg()

Average weight in grams.

optional double weight_grams_avg = 1;

Returns
Type Description
boolean

Whether the weightGramsAvg field is set.