public class

GetServerInfoResult

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.GetServerInfoResult

Class Overview

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>
 

Summary

Fields
protected String flavor
protected String gmtTime
protected String version
Public Constructors
GetServerInfoResult()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String flavor

protected String gmtTime

protected String version

Public Constructors

public GetServerInfoResult ()

Public Methods

public String getFlavor ()

Gets the value of the flavor property.

Returns
  • possible object is String

public String getGmtTime ()

Gets the value of the gmtTime property.

Returns
  • possible object is String

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setFlavor (String value)

Sets the value of the flavor property.

Parameters
value Allowed object is String

public void setGmtTime (String value)

Sets the value of the gmtTime property.

Parameters
value Allowed object is String

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String