@Generated(value="org.jsonschema2pojo") public class Benchmark extends Object
| Constructor and Description |
|---|
Benchmark() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getComputingManagerID()
The ID of the ComputingManager this benchmark is for
|
String |
getType()
The type of the benchmark - Benchmark_t (open enumeration)
|
Double |
getValue()
The value of the benchmark
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setComputingManagerID(String computingManagerID)
The ID of the ComputingManager this benchmark is for
|
void |
setType(String type)
The type of the benchmark - Benchmark_t (open enumeration)
|
void |
setValue(Double value)
The value of the benchmark
|
String |
toString() |
public String getType()
public void setType(String type)
public Double getValue()
public void setValue(Double value)
public String getComputingManagerID()
public void setComputingManagerID(String computingManagerID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.