Class SpyValue

java.lang.Object
cn.sinozg.applet.common.properties.SpyValue

public class SpyValue extends Object
Since:
2025-07-17 00:17
Author:
xieyubin
  • Field Details

    • enabled

      private boolean enabled
    • logAll

      private boolean logAll
    • slowThreshold

      private int slowThreshold
  • Constructor Details

    • SpyValue

      public SpyValue()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isLogAll

      public boolean isLogAll()
    • setLogAll

      public void setLogAll(boolean logAll)
    • getSlowThreshold

      public int getSlowThreshold()
    • setSlowThreshold

      public void setSlowThreshold(int slowThreshold)