Class DutyTime


  • public class DutyTime
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int timeStamp  
      private float value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DutyTime​(int p_i50139_1_, float p_i50139_2_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getTimeStamp()  
      float getValue()  
      • Methods inherited from class java.lang.Object

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

      • timeStamp

        private final int timeStamp
      • value

        private final float value
    • Constructor Detail

      • DutyTime

        public DutyTime​(int p_i50139_1_,
                        float p_i50139_2_)
    • Method Detail

      • getTimeStamp

        public int getTimeStamp()
      • getValue

        public float getValue()