public class StatisticalManagerRecord extends BaseRecord
Modifier and Type | Class and Description |
---|---|
static class |
StatisticalManagerRecord.StatisticalManagerSubType |
date
Constructor and Description |
---|
StatisticalManagerRecord() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmName() |
String |
getExecutionOutcome() |
long |
getExecutionSecondsTime() |
String |
getFileName() |
String |
getFileType() |
StatisticalManagerRecord.StatisticalManagerSubType |
getType() |
void |
setAlgorithmName(String algorithmName) |
void |
setExecutionOutcome(String executionOutcome) |
void |
setExecutionSecondsTime(long executionSecondsTime) |
void |
setFileName(String fileName) |
void |
setFileType(String fileType) |
void |
setType(StatisticalManagerRecord.StatisticalManagerSubType type) |
getDate, setDate
public StatisticalManagerRecord.StatisticalManagerSubType getType()
public void setType(StatisticalManagerRecord.StatisticalManagerSubType type)
public String getAlgorithmName()
public void setAlgorithmName(String algorithmName)
public String getExecutionOutcome()
public void setExecutionOutcome(String executionOutcome)
public long getExecutionSecondsTime()
public void setExecutionSecondsTime(long executionSecondsTime)
public String getFileName()
public void setFileName(String fileName)
public String getFileType()
public void setFileType(String fileType)
Copyright © 2015. All Rights Reserved.