Package co.dapi.types

Class Range

java.lang.Object
co.dapi.types.Range

public class Range
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Range​(int value, java.lang.String unit)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getUnit()  
    int getValue()  

    Methods inherited from class java.lang.Object

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

    • Range

      public Range​(int value, java.lang.String unit)
  • Method Details

    • getValue

      public int getValue()
    • getUnit

      public java.lang.String getUnit()