Splunk MINT SDK for Android
4.4
|
Public Member Functions | |
Exception | getException () |
Boolean | getSavedSuccessfully () |
String | getData () |
String | getFilepath () |
String | toString () |
Protected Member Functions | |
DataSaverResponse (String data, String filepath) | |
void | setException (Exception exception) |
void | setSavedSuccessfully (Boolean savedSuccessfully) |
The DataSaverResponse class is a callback from the MintCallback interface, which returns a DataSaverResponse object for a data save attempt. This object contains information about the data to be saved, the file path, the exception (if any, or null
), and a Boolean indicating whether the data was saved successfully.
|
inlineprotected |
Protected constructor for the DataSaverResponse class. Users will never use this constructor.
|
inline |
Returns the data that was saved.
|
inline |
Returns an exception, if any.
null
.
|
inline |
Returns the file path where the data was written.
|
inline |
Indicates whether the data was saved successfully.
true
if successful, false
if not.
|
inlineprotected |
Sets the exception, if any.
exception | The exception. |
|
inlineprotected |
Indicates whether the data was saved successfully.
savedSuccessfully | true if successful, false if not. |
|
inline |