|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKIndexingDocMsgTS
Constructor Summary | |
DKIndexingDocMsgTS()
Constructs a indexing document message object for TS |
Method Summary | |
java.lang.String |
getDocId()
Gets the document identifier for the document causing the current indexing message. |
java.lang.String |
getIndexName()
Gets index name |
java.lang.String |
getNationalLangFileId()
Gets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing. |
java.lang.String |
getProblemTime()
Gets the time information when the problem occurred. |
int |
getReasonCode()
Gets error reason code |
void |
setDocId(java.lang.String docId)
Sets the document identifier for the document causing the current indexing message. |
void |
setIndexName(java.lang.String indexName)
Sets index name |
void |
setNationalLangFileId(java.lang.String nationalLangFileId)
Sets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing. |
void |
setProblemTime(java.lang.String time)
Sets the time information when the problem occurred. |
void |
setReasonCode(int reasonCode)
Sets error reason code for why a document could not be indexed |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKIndexingDocMsgTS()
Method Detail |
public java.lang.String getIndexName()
public void setIndexName(java.lang.String indexName)
indexName
- name of this indexpublic void setReasonCode(int reasonCode)
reasonCode
- error reason codepublic int getReasonCode()
public java.lang.String getDocId()
public void setDocId(java.lang.String docId)
docId
- document idpublic java.lang.String getNationalLangFileId()
public void setNationalLangFileId(java.lang.String nationalLangFileId)
nationalLangFileId
- indentifier of the file IDpublic java.lang.String getProblemTime()
public void setProblemTime(java.lang.String time)
time
- the problem time information
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |