public class LoginResult extends Object
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="metadataServerUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="passwordExpired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sandbox" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="serverUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="upgradeMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="upgradeURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userInfo" type="{urn:tooling.soap.sforce.com}GetUserInfoResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
metadataServerUrl |
protected boolean |
passwordExpired |
protected boolean |
sandbox |
protected String |
serverUrl |
protected String |
sessionId |
protected String |
upgradeMessage |
protected String |
upgradeURL |
protected String |
userId |
protected GetUserInfoResult |
userInfo |
| Constructor and Description |
|---|
LoginResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetadataServerUrl()
Gets the value of the metadataServerUrl property.
|
String |
getServerUrl()
Gets the value of the serverUrl property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
String |
getUpgradeMessage()
Gets the value of the upgradeMessage property.
|
String |
getUpgradeURL()
Gets the value of the upgradeURL property.
|
String |
getUserId()
Gets the value of the userId property.
|
GetUserInfoResult |
getUserInfo()
Gets the value of the userInfo property.
|
boolean |
isPasswordExpired()
Gets the value of the passwordExpired property.
|
boolean |
isSandbox()
Gets the value of the sandbox property.
|
void |
setMetadataServerUrl(String value)
Sets the value of the metadataServerUrl property.
|
void |
setPasswordExpired(boolean value)
Sets the value of the passwordExpired property.
|
void |
setSandbox(boolean value)
Sets the value of the sandbox property.
|
void |
setServerUrl(String value)
Sets the value of the serverUrl property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setUpgradeMessage(String value)
Sets the value of the upgradeMessage property.
|
void |
setUpgradeURL(String value)
Sets the value of the upgradeURL property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
void |
setUserInfo(GetUserInfoResult value)
Sets the value of the userInfo property.
|
protected String metadataServerUrl
protected boolean passwordExpired
protected boolean sandbox
protected String serverUrl
protected String sessionId
protected String upgradeMessage
protected String upgradeURL
protected String userId
protected GetUserInfoResult userInfo
public String getMetadataServerUrl()
Stringpublic void setMetadataServerUrl(String value)
value - allowed object is
Stringpublic boolean isPasswordExpired()
public void setPasswordExpired(boolean value)
public boolean isSandbox()
public void setSandbox(boolean value)
public String getServerUrl()
Stringpublic void setServerUrl(String value)
value - allowed object is
Stringpublic String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic String getUpgradeMessage()
Stringpublic void setUpgradeMessage(String value)
value - allowed object is
Stringpublic String getUpgradeURL()
Stringpublic void setUpgradeURL(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic GetUserInfoResult getUserInfo()
GetUserInfoResultpublic void setUserInfo(GetUserInfoResult value)
value - allowed object is
GetUserInfoResultCopyright © 2016. All rights reserved.