public class SourceGenerationRequest extends DataModel
Modifier and Type | Field and Description |
---|---|
static String |
COMBINE_MATCHING |
static ArrayList<String> |
executionParametersNames |
static String |
FIRST_HCAF_ID |
static String |
FIRST_HCAF_TIME |
static String |
FORCE_MAPS_REGENERATION |
static String |
GENERATE_MAPS |
static ArrayList<String> |
generationParametersNames |
static String |
GIS_ENABLED |
static String |
NUM_INTERPOLATIONS |
static String |
SECOND_HCAF_ID |
static String |
SECOND_HCAF_TIME |
Constructor and Description |
---|
SourceGenerationRequest()
Deprecated.
|
SourceGenerationRequest(HspecGroupGenerationRequestType request) |
SourceGenerationRequest(List<Field> row) |
SourceGenerationRequest(ResultSet rs) |
public static final String FIRST_HCAF_ID
public static final String SECOND_HCAF_ID
public static final String NUM_INTERPOLATIONS
public static final String FIRST_HCAF_TIME
public static final String SECOND_HCAF_TIME
public static final String COMBINE_MATCHING
public static final String FORCE_MAPS_REGENERATION
public static final String GENERATE_MAPS
public static final String GIS_ENABLED
public SourceGenerationRequest(ResultSet rs) throws Exception
Exception
@Deprecated public SourceGenerationRequest()
public SourceGenerationRequest(HspecGroupGenerationRequestType request) throws org.json.JSONException
org.json.JSONException
public Long getEndtime()
public void setEndtime(Long endtime)
public Long getStarttime()
public void setStarttime(Long starttime)
public String getAuthor()
public void setAuthor(String author)
public String getGenerationname()
public void setGenerationname(String generationname)
public ArrayList<AlgorithmType> getAlgorithms()
public void setAlgorithms(ArrayList<AlgorithmType> algorithms)
public String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public SourceGenerationPhase getPhase()
public void setPhase(SourceGenerationPhase phase)
public Long getSubmissiontime()
public void setSubmissiontime(Long submissiontime)
public Double getCurrentphasepercent()
public void setCurrentphasepercent(Double currentphasepercent)
public void setEvaluatedComputationCount(Integer evaluatedComputationCount)
public void setToGenerateTableCount(Integer toGenerateTableCount)
public Integer getEvaluatedComputationCount()
public Integer getToGenerateTableCount()
public void addReportId(Integer id)
public void removeReportId(Integer id)
public static ArrayList<SourceGenerationRequest> loadResultSet(ResultSet rs) throws Exception
Exception
public String getSubmissionBackend()
public void setSubmissionBackend(String submissionBackend)
public LogicType getLogic()
public void setLogic(LogicType logic)
public Integer getNumPartitions()
public void setNumPartitions(Integer numPartitions)
public String getExecutionEnvironment()
public void setExecutionEnvironment(String executionEnvironment)
public String getBackendURL()
public void setBackendURL(String backendURL)
public void setEnvironmentConfiguration(HashMap<String,String> environmentConfiguration)
public boolean setField(Field f) throws org.json.JSONException
org.json.JSONException
public Field getField(SourceGenerationRequestFields fieldName) throws org.json.JSONException
org.json.JSONException
public HspecGroupGenerationRequestType toStubsVersion() throws org.json.JSONException
org.json.JSONException
Copyright © 2017. All Rights Reserved.