org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.environments
Class SourceGenerationRequest
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.DataModel
org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.environments.SourceGenerationRequest
public class SourceGenerationRequest
- extends DataModel
Methods inherited from class org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.DataModel |
fromXML, toXML |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST_HCAF_ID
public static final java.lang.String FIRST_HCAF_ID
- See Also:
- Constant Field Values
SECOND_HCAF_ID
public static final java.lang.String SECOND_HCAF_ID
- See Also:
- Constant Field Values
NUM_INTERPOLATIONS
public static final java.lang.String NUM_INTERPOLATIONS
- See Also:
- Constant Field Values
FIRST_HCAF_TIME
public static final java.lang.String FIRST_HCAF_TIME
- See Also:
- Constant Field Values
SECOND_HCAF_TIME
public static final java.lang.String SECOND_HCAF_TIME
- See Also:
- Constant Field Values
COMBINE_MATCHING
public static final java.lang.String COMBINE_MATCHING
- See Also:
- Constant Field Values
SourceGenerationRequest
public SourceGenerationRequest(java.sql.ResultSet rs)
throws java.lang.Exception
- Throws:
java.lang.Exception
SourceGenerationRequest
public SourceGenerationRequest(java.util.List<Field> row)
SourceGenerationRequest
@Deprecated
public SourceGenerationRequest()
- Deprecated.
SourceGenerationRequest
public SourceGenerationRequest(HspecGroupGenerationRequestType request)
throws JSONException
- Throws:
JSONException
getGeneratedSources
public java.util.ArrayList<java.lang.Integer> getGeneratedSources()
setGeneratedSources
public void setGeneratedSources(java.util.ArrayList<java.lang.Integer> generatedSources)
getEndtime
public java.lang.Long getEndtime()
setEndtime
public void setEndtime(java.lang.Long endtime)
getStarttime
public java.lang.Long getStarttime()
setStarttime
public void setStarttime(java.lang.Long starttime)
getAuthor
public java.lang.String getAuthor()
setAuthor
public void setAuthor(java.lang.String author)
getGenerationname
public java.lang.String getGenerationname()
setGenerationname
public void setGenerationname(java.lang.String generationname)
getAlgorithms
public java.util.ArrayList<AlgorithmType> getAlgorithms()
setAlgorithms
public void setAlgorithms(java.util.ArrayList<AlgorithmType> algorithms)
getEnablelayergeneration
public java.lang.Boolean getEnablelayergeneration()
setEnablelayergeneration
public void setEnablelayergeneration(java.lang.Boolean enablelayergeneration)
getEnableimagegeneration
public java.lang.Boolean getEnableimagegeneration()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getPhase
public SourceGenerationPhase getPhase()
setPhase
public void setPhase(SourceGenerationPhase phase)
getSubmissiontime
public java.lang.Long getSubmissiontime()
setSubmissiontime
public void setSubmissiontime(java.lang.Long submissiontime)
getCurrentphasepercent
public java.lang.Double getCurrentphasepercent()
setCurrentphasepercent
public void setCurrentphasepercent(java.lang.Double currentphasepercent)
setEvaluatedComputationCount
public void setEvaluatedComputationCount(java.lang.Integer evaluatedComputationCount)
setToGenerateTableCount
public void setToGenerateTableCount(java.lang.Integer toGenerateTableCount)
getEvaluatedComputationCount
public java.lang.Integer getEvaluatedComputationCount()
getToGenerateTableCount
public java.lang.Integer getToGenerateTableCount()
addReportId
public void addReportId(java.lang.Integer id)
removeReportId
public void removeReportId(java.lang.Integer id)
loadResultSet
public static java.util.ArrayList<SourceGenerationRequest> loadResultSet(java.sql.ResultSet rs)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSubmissionBackend
public java.lang.String getSubmissionBackend()
setSubmissionBackend
public void setSubmissionBackend(java.lang.String submissionBackend)
getLogic
public LogicType getLogic()
setLogic
public void setLogic(LogicType logic)
setReportID
public void setReportID(java.util.List<java.lang.Integer> reportID)
getReportID
public java.util.ArrayList<java.lang.Integer> getReportID()
setJobIds
public void setJobIds(java.util.ArrayList<java.lang.Integer> jobIds)
getJobIds
public java.util.ArrayList<java.lang.Integer> getJobIds()
getNumPartitions
public java.lang.Integer getNumPartitions()
setNumPartitions
public void setNumPartitions(java.lang.Integer numPartitions)
getExecutionEnvironment
public java.lang.String getExecutionEnvironment()
setExecutionEnvironment
public void setExecutionEnvironment(java.lang.String executionEnvironment)
getBackendURL
public java.lang.String getBackendURL()
setBackendURL
public void setBackendURL(java.lang.String backendURL)
getEnvironmentConfiguration
public java.util.HashMap<java.lang.String,java.lang.String> getEnvironmentConfiguration()
setEnvironmentConfiguration
public void setEnvironmentConfiguration(java.util.HashMap<java.lang.String,java.lang.String> environmentConfiguration)
setEnableimagegeneration
public void setEnableimagegeneration(java.lang.Boolean enableimagegeneration)
setField
public boolean setField(Field f)
throws JSONException
- Throws:
JSONException
getField
public Field getField(SourceGenerationRequestFields fieldName)
throws JSONException
- Throws:
JSONException
toRow
public java.util.List<Field> toRow()
throws JSONException
- Throws:
JSONException
toStubsVersion
public HspecGroupGenerationRequestType toStubsVersion()
throws JSONException
- Throws:
JSONException
getHcafIds
public java.util.ArrayList<java.lang.Integer> getHcafIds()
getHspenIds
public java.util.ArrayList<java.lang.Integer> getHspenIds()
getOccurrenceCellIds
public java.util.ArrayList<java.lang.Integer> getOccurrenceCellIds()
setHcafIds
public void setHcafIds(java.util.ArrayList<java.lang.Integer> hcafIds)
setHspenIds
public void setHspenIds(java.util.ArrayList<java.lang.Integer> hspenIds)
setOccurrenceCellIds
public void setOccurrenceCellIds(java.util.ArrayList<java.lang.Integer> occurrenceCellIds)
getParameters
public java.util.ArrayList<Field> getParameters()
setParameters
public void setParameters(java.util.ArrayList<Field> parameters)
addSource
public void addSource(Resource toAdd)
throws java.lang.Exception
- Throws:
java.lang.Exception