Package org.jclouds.glesys.domain
Class ServerLimit.Builder<T extends ServerLimit.Builder<T>>
- java.lang.Object
-
- org.jclouds.glesys.domain.ServerLimit.Builder<T>
-
- Enclosing class:
- ServerLimit
public abstract static class ServerLimit.Builder<T extends ServerLimit.Builder<T>> extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tbarrier(long barrier)ServerLimitbuild()TfailCount(long failCount)TfromServerLimit(ServerLimit in)Theld(long held)Tlimit(long limit)TmaxHeld(long maxHeld)protected abstract Tself()
-
-
-
Method Detail
-
self
protected abstract T self()
-
held
public T held(long held)
- See Also:
ServerLimit.getHeld()
-
maxHeld
public T maxHeld(long maxHeld)
- See Also:
ServerLimit.getMaxHeld()
-
barrier
public T barrier(long barrier)
- See Also:
ServerLimit.getBarrier()
-
limit
public T limit(long limit)
- See Also:
ServerLimit.getLimit()
-
failCount
public T failCount(long failCount)
- See Also:
ServerLimit.getFailCount()
-
build
public ServerLimit build()
-
fromServerLimit
public T fromServerLimit(ServerLimit in)
-
-