public class HostStatusSummaryElement
extends java.lang.Object
| Constructor and Description |
|---|
HostStatusSummaryElement() |
HostStatusSummaryElement(int criticalHosts,
int lockedHosts,
int onlineHosts,
int unmanageHosts,
int warningHosts) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCriticalHosts()
Gets the criticalHosts value for this HostStatusSummaryElement.
|
int |
getLockedHosts()
Gets the lockedHosts value for this HostStatusSummaryElement.
|
int |
getOnlineHosts()
Gets the onlineHosts value for this HostStatusSummaryElement.
|
int |
getUnmanageHosts()
Gets the unmanageHosts value for this HostStatusSummaryElement.
|
int |
getWarningHosts()
Gets the warningHosts value for this HostStatusSummaryElement.
|
void |
setCriticalHosts(int criticalHosts)
Sets the criticalHosts value for this HostStatusSummaryElement.
|
void |
setLockedHosts(int lockedHosts)
Sets the lockedHosts value for this HostStatusSummaryElement.
|
void |
setOnlineHosts(int onlineHosts)
Sets the onlineHosts value for this HostStatusSummaryElement.
|
void |
setUnmanageHosts(int unmanageHosts)
Sets the unmanageHosts value for this HostStatusSummaryElement.
|
void |
setWarningHosts(int warningHosts)
Sets the warningHosts value for this HostStatusSummaryElement.
|
public HostStatusSummaryElement()
public HostStatusSummaryElement(int criticalHosts,
int lockedHosts,
int onlineHosts,
int unmanageHosts,
int warningHosts)
public int getCriticalHosts()
public void setCriticalHosts(int criticalHosts)
criticalHosts - public int getLockedHosts()
public void setLockedHosts(int lockedHosts)
lockedHosts - public int getOnlineHosts()
public void setOnlineHosts(int onlineHosts)
onlineHosts - public int getUnmanageHosts()
public void setUnmanageHosts(int unmanageHosts)
unmanageHosts - public int getWarningHosts()
public void setWarningHosts(int warningHosts)
warningHosts - Copyright © 2015 Trend Micro Inc. All Rights Reserved.