Package com.alibaba.druid.wall
Class WallFunctionStatValue
- java.lang.Object
-
- com.alibaba.druid.wall.WallFunctionStatValue
-
public class WallFunctionStatValue extends Object
-
-
Constructor Summary
Constructors Constructor Description WallFunctionStatValue()WallFunctionStatValue(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetInvokeCount()StringgetName()voidsetInvokeCount(long invokeCount)voidsetName(String name)Map<String,Object>toMap()
-
-
-
Constructor Detail
-
WallFunctionStatValue
public WallFunctionStatValue()
-
WallFunctionStatValue
public WallFunctionStatValue(String name)
-
-