Class PayloadKey


  • public class PayloadKey
    extends Object
    A key used to identify a payload object stored by the payload persistence layer
    • Constructor Detail

      • PayloadKey

        public PayloadKey​(String resourceTypeName,
                          int resourceTypeId,
                          String logicalId,
                          int versionId,
                          String partitionKey,
                          String payloadId,
                          PayloadKey.Status status)
        Public constructor
        Parameters:
        resourceTypeName -
        resourceTypeId -
        logicalId -
        versionId -
        partitionKey -
        payloadId -
        status -
    • Method Detail

      • getResourceTypeName

        public String getResourceTypeName()
        Returns:
        the resourceTypeName
      • getResourceTypeId

        public int getResourceTypeId()
        Returns:
        the resourceTypeId
      • getLogicalId

        public String getLogicalId()
        Returns:
        the logicalId
      • getVersionId

        public int getVersionId()
        Returns:
        the versionId
      • getPartitionKey

        public String getPartitionKey()
        Returns:
        the partitionKey
      • getPayloadId

        public String getPayloadId()
        Returns:
        the payloadId