
public class HostInstanceStats extends Object implements Serializable
Java class for HostInstanceStats complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInstanceStats">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="recordedTransactionCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected int |
recordedTransactionCount |
| Constructor and Description |
|---|
HostInstanceStats() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Gets the value of the host property.
|
int |
getRecordedTransactionCount()
Gets the value of the recordedTransactionCount property.
|
boolean |
isSetHost() |
boolean |
isSetRecordedTransactionCount() |
void |
setHost(String value)
Sets the value of the host property.
|
void |
setRecordedTransactionCount(int value)
Sets the value of the recordedTransactionCount property.
|
protected String host
protected int recordedTransactionCount
public String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic boolean isSetHost()
public int getRecordedTransactionCount()
public void setRecordedTransactionCount(int value)
public boolean isSetRecordedTransactionCount()
Copyright © 2008–2017 MIL-OSS. All rights reserved.