Class NutritionFactsLabelV1SaturatedFat
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.nutritionfactslabel.NutritionFactsLabelV1SaturatedFat
-
- All Implemented Interfaces:
PositionData
public class NutritionFactsLabelV1SaturatedFat extends BaseField
The amount of saturated fat in the product.
-
-
Constructor Summary
Constructors Constructor Description NutritionFactsLabelV1SaturatedFat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getDailyValue()
DVs are the recommended amounts of saturated fat to consume or not to exceed each day.Double
getPer100G()
The amount of saturated fat per 100g of the product.Double
getPerServing()
The amount of saturated fat per serving of the product.boolean
isEmpty()
String
toFieldList()
Output the object in a format suitable for inclusion in an rST field list.String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toFieldList
public String toFieldList()
Output the object in a format suitable for inclusion in an rST field list.
-
getDailyValue
public Double getDailyValue()
DVs are the recommended amounts of saturated fat to consume or not to exceed each day.
-
getPer100G
public Double getPer100G()
The amount of saturated fat per 100g of the product.
-
getPerServing
public Double getPerServing()
The amount of saturated fat per serving of the product.
-
-