private static class FiddlerImpl.SnapshotThresholdSetLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private int |
newThreshold
The new snapshot threshold.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.SnapshotThresholdSetLogObj(int newThreshold)
Constructs this class and stores the new snapshot threshold
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by setting the value of the private
snapshotThresh field to the value of the new threshold.
|
private static final long serialVersionUID
private int newThreshold
public FiddlerImpl.SnapshotThresholdSetLogObj(int newThreshold)
public void apply(FiddlerImpl fiddlerImpl)
apply
in interface FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.