org.apache.commons.monitoring.store
Class GaugeValuesRequest
java.lang.Object
org.apache.commons.monitoring.store.GaugeValuesRequest
public class GaugeValuesRequest
- extends Object
- Author:
- Olivier Lamy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GaugeValuesRequest
public GaugeValuesRequest()
GaugeValuesRequest
public GaugeValuesRequest(long start,
long end,
Role role)
getStart
public long getStart()
setStart
public void setStart(long start)
getEnd
public long getEnd()
setEnd
public void setEnd(long end)
getRole
public Role getRole()
setRole
public void setRole(Role role)
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.