Class SdkUnit

  • All Implemented Interfaces:

    
    public final class SdkUnit
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String key
      private final String label
      private final Boolean isRate
    • Constructor Summary

      Constructors 
      Constructor Description
      SdkUnit(String key, String label, Integer order, Integer conversionFactor, String subtype, Boolean isRate)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getKey()
      final String getLabel()
      final Boolean isRate()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SdkUnit

        SdkUnit(String key, String label, Integer order, Integer conversionFactor, String subtype, Boolean isRate)