public class NonIndexableItemDetail
extends java.lang.Object
| Constructor and Description |
|---|
NonIndexableItemDetail()
Instantiates a new non indexable item detail.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdditionalInfo()
Gets the additional info.
|
int |
getAttemptCount()
Gets the attempt count.
|
ItemIndexError |
getErrorCode()
Gets the error code.
|
java.lang.String |
getErrorDescription()
Gets the error description.
|
ItemId |
getItemId()
Gets the item id.
|
java.util.Date |
getLastAttemptTime()
Gets the last attempt time.
|
java.lang.String |
getSortValue()
Gets the sort value.
|
boolean |
isPartiallyIndexed()
Checks if is partially indexed.
|
boolean |
isPermanentFailure()
Checks if is permanent failure.
|
public NonIndexableItemDetail()
public ItemId getItemId()
public ItemIndexError getErrorCode()
public java.lang.String getErrorDescription()
public boolean isPartiallyIndexed()
public boolean isPermanentFailure()
public java.lang.String getSortValue()
public int getAttemptCount()
public java.util.Date getLastAttemptTime()
public java.lang.String getAdditionalInfo()