public class GetServerInfoResult extends Object
Java class for get_server_info_result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_server_info_result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="flavor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gmt_time" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
flavor |
protected String |
gmtTime |
protected String |
version |
| Constructor and Description |
|---|
GetServerInfoResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFlavor()
Gets the value of the flavor property.
|
String |
getGmtTime()
Gets the value of the gmtTime property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setFlavor(String value)
Sets the value of the flavor property.
|
void |
setGmtTime(String value)
Sets the value of the gmtTime property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String flavor
protected String version
protected String gmtTime
public String getFlavor()
Stringpublic void setFlavor(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getGmtTime()
StringCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.