public class

CountQueryResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.queries.CountQueryResult

Class Overview

Java class for CountQueryResult complex type.

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

 <complexType name="CountQueryResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="Count" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Long count
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
CountQueryResult()
Public Methods
Long getCount()
Gets the value of the count property.
void setCount(Long value)
Sets the value of the count property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected Long count

Public Constructors

public CountQueryResult ()

Public Methods

public Long getCount ()

Gets the value of the count property.

Returns
  • possible object is Long

public void setCount (Long value)

Sets the value of the count property.

Parameters
value Allowed object is Long