public class AdhocQueryResponse extends RegistryResponseType
| Modifier and Type | Field and Description |
|---|---|
protected RegistryObjectListType |
registryObjectList |
protected BigInteger |
startIndex |
protected BigInteger |
totalResultCount |
registryErrorList, requestId, responseSlotList, status| Constructor and Description |
|---|
AdhocQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
RegistryObjectListType |
getRegistryObjectList() |
BigInteger |
getStartIndex() |
BigInteger |
getTotalResultCount() |
void |
setRegistryObjectList(RegistryObjectListType value) |
void |
setStartIndex(BigInteger value) |
void |
setTotalResultCount(BigInteger value) |
getRegistryErrorList, getRequestId, getResponseSlotList, getStatus, setRegistryErrorList, setRequestId, setResponseSlotList, setStatusprotected RegistryObjectListType registryObjectList
protected BigInteger startIndex
protected BigInteger totalResultCount
public RegistryObjectListType getRegistryObjectList()
public void setRegistryObjectList(RegistryObjectListType value)
public BigInteger getStartIndex()
public void setStartIndex(BigInteger value)
public BigInteger getTotalResultCount()
public void setTotalResultCount(BigInteger value)
Copyright © 2021. All rights reserved.