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
  • Constructor Details

    • ResourceMethodEntry

      public ResourceMethodEntry()
  • Method Details

    • 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()