org.jboss.resteasy.plugins.stats
Class ResourceMethodEntry
java.lang.Object
org.jboss.resteasy.plugins.stats.ResourceMethodEntry
- Direct Known Subclasses:
- DeleteResourceMethod, GetResourceMethod, HeadResourceMethod, OptionsResourceMethod, PostResourceMethod, PutResourceMethod, TraceResourceMethod
public class ResourceMethodEntry
- extends Object
<
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceMethodEntry
public ResourceMethodEntry()
getClazz
public String getClazz()
getMethod
public String getMethod()
getInvocations
public long getInvocations()
setClazz
public void setClazz(String clazz)
setMethod
public void setMethod(String method)
setInvocations
public void setInvocations(long invocations)
getProduces
public List<String> getProduces()
getConsumes
public List<String> getConsumes()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.