Package | Description |
---|---|
com.redhat.thermostat.client.core | |
com.redhat.thermostat.client.core.views |
Modifier and Type | Method and Description |
---|---|
Severity |
AgentIssue.getSeverity() |
Severity |
Issue.getSeverity() |
Severity |
VmIssue.getSeverity() |
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AgentIssue(AgentId agentId,
Severity severity,
String description) |
VmIssue(AgentId agentId,
VmId vmId,
Severity severity,
String description) |
Modifier and Type | Field and Description |
---|---|
Severity |
IssueView.IssueDescription.severity |
Constructor and Description |
---|
IssueDescription(Severity severity,
String agent,
String vm,
String description) |
Copyright © 2017. All rights reserved.