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