public class PersistentQueryResult extends QueryResult
| Constructor and Description | 
|---|
| PersistentQueryResult(String persistedURI,
                     Integer numRows,
                     Long fileSize,
                     String httpResultUrl) | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getFileSize()The file size. | 
| String | getHttpResultUrl() | 
| Integer | getNumRows()The num rows. | 
| String | getPersistedURI()The persisted uri. | 
| String | toPrettyString()Returns the contents of this object in the form of a pretty formatted string. | 
@ConstructorProperties(value={"persistedURI","numRows","fileSize","httpResultUrl"}) @Generated(value="lombok") public PersistentQueryResult(String persistedURI, Integer numRows, Long fileSize, String httpResultUrl)
public String toPrettyString()
PrettyPrintable@Generated(value="lombok") public String getPersistedURI()
@Generated(value="lombok") public Integer getNumRows()
@Generated(value="lombok") public Long getFileSize()
@Generated(value="lombok") public String getHttpResultUrl()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.