public static class PolyglotAuxiliary.RequestInformation extends Object
Modifier and Type | Field and Description |
---|---|
String |
address |
long |
end_time |
String |
filename |
long |
filesize |
String |
input |
String |
output |
long |
start_time |
boolean |
success |
Constructor and Description |
---|
PolyglotAuxiliary.RequestInformation(String address,
String filename,
String output)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
setEndOfRequest(boolean success)
Set the end time of the request along with whether or not the conversion was successful or not
|
String |
toString()
Return a string representation of the Polyglot request information.
|
public String address
public String filename
public long filesize
public String input
public String output
public long start_time
public long end_time
public boolean success
Copyright © 2014. All rights reserved.