QueryResponse Class 
	- java.lang. Object 
- com.microsoft. azure. sdk. iot. service. devicetwin. QueryResponse 
 
- com.
Implements
public class QueryResponse
 implements java.util.Iterator<java.lang.Object>
Response for the Query
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext() returns the availability of next response | 
| java.lang.Object | next() returns next element in the response | 
Methods inherited from java.lang.Object
Method Details
hasNext
public boolean hasNext()
returns the availability of next response
Returns:
next
public Object next()
returns next element in the response
Returns: