public class PSTConversationIndex
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PSTConversationIndex.ResponseLevel |
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
deliveryTime |
private java.util.UUID |
guid |
private static int |
HUNDRED_NS_TO_MS |
private static int |
MINIMUM_HEADER_SIZE |
private static int |
RESPONSE_LEVEL_SIZE |
private java.util.List<PSTConversationIndex.ResponseLevel> |
responseLevels |
Modifier | Constructor and Description |
---|---|
protected |
PSTConversationIndex(byte[] rawConversationIndex) |
Modifier and Type | Method and Description |
---|---|
private void |
decodeHeader(byte[] rawConversationIndex) |
private void |
decodeResponseLevel(byte[] rawConversationIndex) |
java.util.Date |
getDeliveryTime() |
java.util.UUID |
getGuid() |
java.util.List<PSTConversationIndex.ResponseLevel> |
getResponseLevels() |
java.lang.String |
toString() |
private static final int HUNDRED_NS_TO_MS
private static final int MINIMUM_HEADER_SIZE
private static final int RESPONSE_LEVEL_SIZE
private java.util.Date deliveryTime
private java.util.UUID guid
private java.util.List<PSTConversationIndex.ResponseLevel> responseLevels
public java.util.Date getDeliveryTime()
public java.util.UUID getGuid()
public java.util.List<PSTConversationIndex.ResponseLevel> getResponseLevels()
public java.lang.String toString()
toString
in class java.lang.Object
private void decodeHeader(byte[] rawConversationIndex)
private void decodeResponseLevel(byte[] rawConversationIndex)