public class ApiStartSessionResult extends ApiResult
Java class for apiStartSessionResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiStartSessionResult">
<complexContent>
<extension base="{http://result.apiservice.bullhorn.com/}apiResult">
<sequence>
<element name="corporationId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
corporationId |
protected int |
userId |
| Constructor and Description |
|---|
ApiStartSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCorporationId()
Gets the value of the corporationId property.
|
int |
getUserId()
Gets the value of the userId property.
|
void |
setCorporationId(int value)
Sets the value of the corporationId property.
|
void |
setUserId(int value)
Sets the value of the userId property.
|
getSession, setSessionpublic int getCorporationId()
public void setCorporationId(int value)
public int getUserId()
public void setUserId(int value)