@Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen", date="2019-05-10T18:12:20.111-03:00[America/Sao_Paulo]") public class Algorithm extends Object
| Constructor and Description |
|---|
Algorithm() |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
addParametersItem(AlgorithmParameter parametersItem) |
Algorithm |
algorithmId(String algorithmId) |
Algorithm |
algorithmName(String algorithmName) |
Algorithm |
algorithmVersion(String algorithmVersion) |
boolean |
equals(Object o) |
String |
getAlgorithmId()
The algorithm Id associated with the job.
|
String |
getAlgorithmName()
The algoritm name associated with the job.
|
String |
getAlgorithmVersion()
The algoritm version associated with the job.
|
@Valid List<AlgorithmParameter> |
getParameters()
List with all algorithm parameters.
|
int |
hashCode() |
Algorithm |
parameters(List<AlgorithmParameter> parameters) |
void |
setAlgorithmId(String algorithmId) |
void |
setAlgorithmName(String algorithmName) |
void |
setAlgorithmVersion(String algorithmVersion) |
void |
setParameters(List<AlgorithmParameter> parameters) |
String |
toString() |
public String getAlgorithmId()
public void setAlgorithmId(String algorithmId)
public String getAlgorithmVersion()
public void setAlgorithmVersion(String algorithmVersion)
public String getAlgorithmName()
public void setAlgorithmName(String algorithmName)
public Algorithm parameters(List<AlgorithmParameter> parameters)
public Algorithm addParametersItem(AlgorithmParameter parametersItem)
@Valid public @Valid List<AlgorithmParameter> getParameters()
public void setParameters(List<AlgorithmParameter> parameters)
Copyright © 2019. All rights reserved.