public class SubmissionParameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
SubmissionParameters() |
SubmissionParameters(String initialData) |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramsDesc) |
String |
getAzureKey() |
int |
getBatchSize() |
String |
getCategory() |
ParametersDescription |
getParametersDescription()
Gets the description of the parameters.
|
int |
getRating() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setAzureKey(String azureKey) |
void |
setBatchSize(int batchSize) |
void |
setCategory(String category) |
void |
setRating(int rating) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic SubmissionParameters()
public SubmissionParameters(String initialData)
public void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParameterspublic int getBatchSize()
public void setBatchSize(int batchSize)
public int getRating()
public void setRating(int rating)
public String getAzureKey()
public String getCategory()
public void setAzureKey(String azureKey)
public void setCategory(String category)
public ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2019. All rights reserved.