Class ConvertVolumeUnit

java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.ConvertVolumeUnit
All Implemented Interfaces:
FieldAction, Serializable

public class ConvertVolumeUnit extends Action implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • ConvertVolumeUnit

      public ConvertVolumeUnit()
  • Method Details

    • getFromUnit

      public VolumeUnitType getFromUnit()
      Gets the value of the fromUnit property.
      Returns:
      possible object is VolumeUnitType
    • setFromUnit

      @JsonPropertyDescription("The volume unit to convert from") public void setFromUnit(VolumeUnitType value)
      Sets the value of the fromUnit property.
      Parameters:
      value - allowed object is VolumeUnitType
    • getToUnit

      public VolumeUnitType getToUnit()
      Gets the value of the toUnit property.
      Returns:
      possible object is VolumeUnitType
    • setToUnit

      @JsonPropertyDescription("The volume unit to convert to") public void setToUnit(VolumeUnitType value)
      Sets the value of the toUnit property.
      Parameters:
      value - allowed object is VolumeUnitType