public static class ResultAction.EditAnalysisModel extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
head
The header, usually the process type.
|
String |
name
The analysis name.
|
String[] |
runIds
The run ids to analyze.
|
String |
runList
The string representation of the list of runs to analyze.
|
String |
type
The type string in all lowercase.
|
Constructor and Description |
---|
EditAnalysisModel() |
public String head
public String type
public String runList
public String name
public String[] runIds