DeliveryServiceResponse

Inheritance: java.lang.Object

public class DeliveryServiceResponse

Represents the DeliveryService client response

Constructors

ConstructorDescription
DeliveryServiceResponse()

Methods

MethodDescription
equals(Object arg0)
getClass()
getErrorMessages()Error Messages
getId()Message Id
hashCode()
isSuccessful()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DeliveryServiceResponse()

public DeliveryServiceResponse()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getErrorMessages()

public final System.Collections.Generic.IGenericList<String> getErrorMessages()

Error Messages

Returns: com.aspose.ms.System.Collections.Generic.IGenericList<java.lang.String>

getId()

public final String getId()

Message Id

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

isSuccessful()

public boolean isSuccessful()

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int