public class GlusterClient extends Object
Java class for GlusterClient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterClient">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="host_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="client_port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="bytes_read" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="bytes_written" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GlusterClient() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBytesRead()
Gets the value of the bytesRead property.
|
Long |
getBytesWritten()
Gets the value of the bytesWritten property.
|
Integer |
getClientPort()
Gets the value of the clientPort property.
|
String |
getHostName()
Gets the value of the hostName property.
|
boolean |
isSetBytesRead() |
boolean |
isSetBytesWritten() |
boolean |
isSetClientPort() |
boolean |
isSetHostName() |
void |
setBytesRead(Long value)
Sets the value of the bytesRead property.
|
void |
setBytesWritten(Long value)
Sets the value of the bytesWritten property.
|
void |
setClientPort(Integer value)
Sets the value of the clientPort property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
public String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic boolean isSetHostName()
public Integer getClientPort()
Integerpublic void setClientPort(Integer value)
value - allowed object is
Integerpublic boolean isSetClientPort()
public Long getBytesRead()
Longpublic void setBytesRead(Long value)
value - allowed object is
Longpublic boolean isSetBytesRead()
public Long getBytesWritten()
Longpublic void setBytesWritten(Long value)
value - allowed object is
Longpublic boolean isSetBytesWritten()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0