Jagger
Main Page
Related Pages
Modules
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerator
Groups
Pages
MetricPlotPointEntity.java
Go to the documentation of this file.
1
package
com.griddynamics.jagger.engine.e1.services.data.service;
2
11
public
class
MetricPlotPointEntity
{
13
private
Double time;
14
16
private
Double value;
17
19
public
Double
getTime
() {
20
return
time;
21
}
22
23
public
void
setTime
(Double time) {
24
this.time = time;
25
}
26
28
public
Double
getValue
() {
29
return
value;
30
}
31
32
public
void
setValue
(Double value) {
33
this.value = value;
34
}
35
36
@Override
37
public
String
toString
() {
38
return
"MetricPlotPointEntity{"
+
39
"time="
+ time +
40
", value="
+ value +
41
'}'
;
42
}
43
}
chassis
core
src
main
java
com
griddynamics
jagger
engine
e1
services
data
service
MetricPlotPointEntity.java
Generated on Thu Mar 2 2017 21:43:19 for Jagger by
1.8.4