Class ServerUpTime
java.lang.Object
org.wso2.carbon.server.admin.common.ServerUpTime
Represents the up time of this Carbon server
-
Constructor Details
-
ServerUpTime
public ServerUpTime(long days, int hours, int minutes, int seconds) -
ServerUpTime
public ServerUpTime()
-
-
Method Details
-
getDays
public long getDays() -
getHours
public int getHours() -
getMinutes
public int getMinutes() -
getSeconds
public int getSeconds()
-