public class

RemoteServerInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.RemoteServerInfo

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String baseUrl
private Calendar buildDate
private String buildNumber
private RemoteTimeInfo serverTime
private static TypeDesc typeDesc
private String version
Public Constructors
RemoteServerInfo()
RemoteServerInfo(String baseUrl, Calendar buildDate, String buildNumber, RemoteTimeInfo serverTime, String version)
Public Methods
synchronized boolean equals(Object obj)
String getBaseUrl()
Gets the baseUrl value for this RemoteServerInfo.
Calendar getBuildDate()
Gets the buildDate value for this RemoteServerInfo.
String getBuildNumber()
Gets the buildNumber value for this RemoteServerInfo.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
RemoteTimeInfo getServerTime()
Gets the serverTime value for this RemoteServerInfo.
static TypeDesc getTypeDesc()
Return type metadata object
String getVersion()
Gets the version value for this RemoteServerInfo.
synchronized int hashCode()
void setBaseUrl(String baseUrl)
Sets the baseUrl value for this RemoteServerInfo.
void setBuildDate(Calendar buildDate)
Sets the buildDate value for this RemoteServerInfo.
void setBuildNumber(String buildNumber)
Sets the buildNumber value for this RemoteServerInfo.
void setServerTime(RemoteTimeInfo serverTime)
Sets the serverTime value for this RemoteServerInfo.
void setVersion(String version)
Sets the version value for this RemoteServerInfo.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String baseUrl

private Calendar buildDate

private String buildNumber

private RemoteTimeInfo serverTime

private static TypeDesc typeDesc

private String version

Public Constructors

public RemoteServerInfo ()

public RemoteServerInfo (String baseUrl, Calendar buildDate, String buildNumber, RemoteTimeInfo serverTime, String version)

Parameters
baseUrl
buildDate
buildNumber
serverTime
version

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getBaseUrl ()

Gets the baseUrl value for this RemoteServerInfo.

Returns
  • baseUrl

public Calendar getBuildDate ()

Gets the buildDate value for this RemoteServerInfo.

Returns
  • buildDate

public String getBuildNumber ()

Gets the buildNumber value for this RemoteServerInfo.

Returns
  • buildNumber

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public RemoteTimeInfo getServerTime ()

Gets the serverTime value for this RemoteServerInfo.

Returns
  • serverTime

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getVersion ()

Gets the version value for this RemoteServerInfo.

Returns
  • version

public synchronized int hashCode ()

public void setBaseUrl (String baseUrl)

Sets the baseUrl value for this RemoteServerInfo.

Parameters
baseUrl

public void setBuildDate (Calendar buildDate)

Sets the buildDate value for this RemoteServerInfo.

Parameters
buildDate

public void setBuildNumber (String buildNumber)

Sets the buildNumber value for this RemoteServerInfo.

Parameters
buildNumber

public void setServerTime (RemoteTimeInfo serverTime)

Sets the serverTime value for this RemoteServerInfo.

Parameters
serverTime

public void setVersion (String version)

Sets the version value for this RemoteServerInfo.

Parameters
version