Class ProductDetail.ProductQuantity

java.lang.Object
com.digimarc.dms.resolver.ProductDetail.ProductQuantity
Enclosing class:
ProductDetail

public class ProductDetail.ProductQuantity extends Object
A package's product details may contain one or more ProductQuantity entries. Each entry contains a pair of Value and Unit for the package. Other than the fact that each element is a string there is no structure or limitation on the possible values.
  • Field Details

    • mValue

      @NonNull public String mValue
      Contains an arbitrary value string associated with the unit.
    • mUnit

      @NonNull public String mUnit
      Contains an arbitrary unit string.
  • Constructor Details

    • ProductQuantity

      public ProductQuantity(@NonNull String value, @NonNull String unit)