public class GetBatchStatisticsResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
<sequence>
<element name="batch" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}batchDetailsType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BatchDetailsType |
batch |
messages, refId, sessionToken| Constructor and Description |
|---|
GetBatchStatisticsResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchDetailsType |
getBatch()
Gets the value of the batch property.
|
void |
setBatch(BatchDetailsType value)
Sets the value of the batch property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected BatchDetailsType batch
public BatchDetailsType getBatch()
BatchDetailsTypepublic void setBatch(BatchDetailsType value)
value - allowed object is
BatchDetailsTypeCopyright © 2021. All rights reserved.