Class Claim


  • public class Claim
    extends Object
    A claim for messages in a queue.
    • Method Detail

      • getId

        public String getId()
        Returns:
        The id of this message.
      • getAge

        public int getAge()
        Returns:
        Age of this message in seconds.
      • getMessages

        public List<Message> getMessages()
        Returns:
        The messages that are associated with this claim.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()