public class

LoginResult

extends Dynamic
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.LoginResult

Class Overview

Java class for LoginResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LoginResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Session" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ServerUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String serverUrl
protected String session
Public Constructors
LoginResult()
Public Methods
String getServerUrl()
Gets the value of the serverUrl property.
String getSession()
Gets the value of the session property.
void setServerUrl(String value)
Sets the value of the serverUrl property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String serverUrl

protected String session

Public Constructors

public LoginResult ()

Public Methods

public String getServerUrl ()

Gets the value of the serverUrl property.

Returns
  • possible object is String

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setServerUrl (String value)

Sets the value of the serverUrl property.

Parameters
value Allowed object is String

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String