public class GetSettledBatchListResponse 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="batchList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfBatchDetailsType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBatchDetailsType |
batchList |
messages, refId, sessionToken| Constructor and Description |
|---|
GetSettledBatchListResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBatchDetailsType |
getBatchList()
Gets the value of the batchList property.
|
void |
setBatchList(ArrayOfBatchDetailsType value)
Sets the value of the batchList property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected ArrayOfBatchDetailsType batchList
public ArrayOfBatchDetailsType getBatchList()
ArrayOfBatchDetailsTypepublic void setBatchList(ArrayOfBatchDetailsType value)
value - allowed object is
ArrayOfBatchDetailsTypeCopyright © 2021. All rights reserved.