org.apache.archiva.rest.api.model
Class ConsumerScanningStatistics
java.lang.Object
org.apache.archiva.rest.api.model.ConsumerScanningStatistics
- All Implemented Interfaces:
- Serializable
public class ConsumerScanningStatistics
- extends Object
- implements Serializable
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerScanningStatistics
public ConsumerScanningStatistics()
getConsumerKey
public String getConsumerKey()
setConsumerKey
public void setConsumerKey(String consumerKey)
getCount
public long getCount()
setCount
public void setCount(long count)
getTime
public long getTime()
setTime
public void setTime(long time)
getAverage
public String getAverage()
setAverage
public void setAverage(String average)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.