Jagger
Main Page
Related Pages
Modules
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerator
Groups
Pages
UpWarnThresh.java
Go to the documentation of this file.
1
package
com.griddynamics.jagger.user.test.configurations.limits.auxiliary;
2
6
public
class
UpWarnThresh
{
7
8
private
final
Double
value
;
9
10
private
UpWarnThresh
(Double
value
) {
11
this.value =
value
;
12
}
13
14
public
static
UpWarnThresh
of
(Double value) {
15
return
new
UpWarnThresh
(value);
16
}
17
18
public
Double
value
() {
19
return
value
;
20
}
21
22
@Override
23
public
String
toString
() {
24
return
"UpWarnThresh: "
+
value
;
25
}
26
}
chassis
core
src
main
java
com
griddynamics
jagger
user
test
configurations
limits
auxiliary
UpWarnThresh.java
Generated on Thu Mar 2 2017 21:43:20 for Jagger by
1.8.4