Class SupportBean_N

java.lang.Object
com.espertech.esper.common.internal.support.SupportBean_N
All Implemented Interfaces:
Serializable

public class SupportBean_N extends Object implements Serializable
See Also:
  • Constructor Details

    • SupportBean_N

      public SupportBean_N(int intPrimitive, Integer intBoxed, double doublePrimitive, Double doubleBoxed, boolean boolPrimitive, Boolean boolBoxed)
    • SupportBean_N

      public SupportBean_N(int intPrimitive, Integer intBoxed)
  • Method Details

    • getIntPrimitive

      public int getIntPrimitive()
    • getIntBoxed

      public Integer getIntBoxed()
    • getDoublePrimitive

      public double getDoublePrimitive()
    • getDoubleBoxed

      public Double getDoubleBoxed()
    • isBoolPrimitive

      public boolean isBoolPrimitive()
    • getBoolBoxed

      public Boolean getBoolBoxed()
    • toString

      public String toString()
      Overrides:
      toString in class Object