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()
String
public void setHostName(String value)
value
- allowed object is
String
public boolean isSetHostName()
public Integer getClientPort()
Integer
public void setClientPort(Integer value)
value
- allowed object is
Integer
public boolean isSetClientPort()
public Long getBytesRead()
Long
public void setBytesRead(Long value)
value
- allowed object is
Long
public boolean isSetBytesRead()
public Long getBytesWritten()
Long
public void setBytesWritten(Long value)
value
- allowed object is
Long
public boolean isSetBytesWritten()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0