Class StoreAnonymizerResult
- java.lang.Object
-
- com.jalios.jstore.tools.anonymizer.StoreAnonymizerResult
-
- All Implemented Interfaces:
java.io.Serializable
public class StoreAnonymizerResult extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreAnonymizerResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDuration()
long
getLineCount()
java.lang.String
getOutputFilename()
java.lang.String
getOutputFilePath()
void
setDuration(long duration)
void
setLineCount(long lineCount)
void
setOutputFile(java.lang.String outputFilePath)
java.lang.String
toString()
-
-
-
Method Detail
-
setOutputFile
public void setOutputFile(java.lang.String outputFilePath)
-
getOutputFilePath
public java.lang.String getOutputFilePath()
-
getOutputFilename
public java.lang.String getOutputFilename()
-
setLineCount
public void setLineCount(long lineCount)
-
getLineCount
public long getLineCount()
-
getDuration
public long getDuration()
-
setDuration
public void setDuration(long duration)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-