| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetServerInfoResult |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| flavor | |||||||||||
| gmtTime | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the flavor property.
| |||||||||||
Gets the value of the gmtTime property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the flavor property.
| |||||||||||
Sets the value of the gmtTime property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the flavor property.
Gets the value of the gmtTime property.
Gets the value of the version property.
Sets the value of the flavor property.
| value | Allowed object is String |
|---|
Sets the value of the gmtTime property.
| value | Allowed object is String |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|