Class ServerUpTime


  • public class ServerUpTime
    extends Object
    Represents the up time of this Carbon server
    • Constructor Detail

      • ServerUpTime

        public ServerUpTime​(long days,
                            int hours,
                            int minutes,
                            int seconds)
      • ServerUpTime

        public ServerUpTime()
    • Method Detail

      • getDays

        public long getDays()
      • getHours

        public int getHours()
      • getMinutes

        public int getMinutes()
      • getSeconds

        public int getSeconds()