public class ExtractionFailure extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ExtractionFailure() |
Modifier and Type | Method and Description |
---|---|
String |
getErrMsg()
Gets the cause for the failure.
|
String |
getObject()
Gets the object that failed to be extracted.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setErrMsg(String value)
Sets the cause for the failure.
|
void |
setObject(String value)
Sets the object that failed to be extracted.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setErrMsg(String value)
public String getErrMsg()
public void setObject(String value)
public String getObject()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.