public static class CustomsInspectionGenerateResult.CargoInspectionResult extends java.lang.Object
| Constructor and Description |
|---|
CargoInspectionResult() |
| Modifier and Type | Method and Description |
|---|---|
CargoAPI |
getIllegalFound() |
CargoAPI |
getLegalFound() |
float |
getTollAmount() |
CustomsInspectionGenerateResult.CargoInspectionResultType |
getType() |
void |
setIllegalFound(CargoAPI illegalFound) |
void |
setLegalFound(CargoAPI legalFound) |
void |
setTollAmount(float tollAmount) |
void |
setType(CustomsInspectionGenerateResult.CargoInspectionResultType type) |
public CargoInspectionResult()
public float getTollAmount()
public void setTollAmount(float tollAmount)
public CustomsInspectionGenerateResult.CargoInspectionResultType getType()
public void setType(CustomsInspectionGenerateResult.CargoInspectionResultType type)
public CargoAPI getLegalFound()
public void setLegalFound(CargoAPI legalFound)
public CargoAPI getIllegalFound()
public void setIllegalFound(CargoAPI illegalFound)