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
invalid input: '<'
Version:
$Revision: 1 $
  • Field Details

    • clazz

      private String clazz
    • method

      private String method
    • invocations

      private long invocations
    • produces

      private List<String> produces
    • consumes

      private List<String> consumes
  • 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()