Package com.seeq.model
Class ServerSpecOutputV1
java.lang.Object
com.seeq.model.ServerSpecOutputV1
Information about the specs of the server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponentName
(String componentName) boolean
The name of the component.getError()
True if this value is far lower than recommendedAn optional message about the specThe value of the componentTrue if this value is lower than recommended, but not a critical failureint
hashCode()
void
setComponentName
(String componentName) void
void
setMessage
(String message) void
setSystemSpecValue
(String systemSpecValue) void
setWarning
(Boolean warning) systemSpecValue
(String systemSpecValue) toString()
-
Constructor Details
-
ServerSpecOutputV1
public ServerSpecOutputV1()
-
-
Method Details
-
componentName
-
getComponentName
The name of the component. E.G. CPU, Memory...- Returns:
- componentName
-
setComponentName
-
error
-
getError
True if this value is far lower than recommended- Returns:
- error
-
setError
-
message
-
getMessage
An optional message about the spec- Returns:
- message
-
setMessage
-
systemSpecValue
-
getSystemSpecValue
The value of the component- Returns:
- systemSpecValue
-
setSystemSpecValue
-
warning
-
getWarning
True if this value is lower than recommended, but not a critical failure- Returns:
- warning
-
setWarning
-
equals
-
hashCode
public int hashCode() -
toString
-