public class PersistentQueryResult extends QueryResult
ToYAMLString.FieldNameAndValue
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.
|
append, appendFields, fromXMLString, getFieldsToAppend, toString, toXMLString
@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–2018 Apache Software Foundation. All rights reserved.