public class

NativeResponse

extends Object
java.lang.Object
   ↳ com.pspdfkit.internal.NativeResponse

Summary

Fields
protected boolean swigCMemOwn
Public Constructors
NativeResponse()
NativeResponse(vector_uint8_t data, int httpResponseCode, boolean error, String errorString)
Protected Constructors
NativeResponse(long cPtr, boolean cMemoryOwn)
Public Methods
synchronized void delete()
vector_uint8_t getData()
boolean getError()
String getErrorString()
int getHttpResponseCode()
void setData(vector_uint8_t value)
void setError(boolean value)
void setErrorString(String value)
void setHttpResponseCode(int value)
Protected Methods
void finalize()
static long getCPtr(NativeResponse obj)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean swigCMemOwn

Public Constructors

public NativeResponse ()

public NativeResponse (vector_uint8_t data, int httpResponseCode, boolean error, String errorString)

Protected Constructors

protected NativeResponse (long cPtr, boolean cMemoryOwn)

Public Methods

public synchronized void delete ()

public vector_uint8_t getData ()

public boolean getError ()

public String getErrorString ()

public int getHttpResponseCode ()

public void setData (vector_uint8_t value)

public void setError (boolean value)

public void setErrorString (String value)

public void setHttpResponseCode (int value)

Protected Methods

protected void finalize ()

protected static long getCPtr (NativeResponse obj)