org.jclouds.glesys.domain
Class ServerUptime.Builder<T extends ServerUptime.Builder<T>>
java.lang.Object
org.jclouds.glesys.domain.ServerUptime.Builder<T>
- Enclosing class:
- ServerUptime
public abstract static class ServerUptime.Builder<T extends ServerUptime.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
current
protected long current
unit
protected String unit
ServerUptime.Builder
public ServerUptime.Builder()
self
protected abstract T self()
current
public T current(long current)
- See Also:
ServerUptime.getCurrent()
unit
public T unit(String unit)
- See Also:
ServerUptime.getUnit()
build
public ServerUptime build()
fromServerUptime
public T fromServerUptime(ServerUptime in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.