Class ScoreAttributesEntry<V>

java.lang.Object
org.redisson.client.protocol.ScoreAttributesEntry<V>
Type Parameters:
V - value type

public class ScoreAttributesEntry<V> extends Object
Author:
seakider
  • Constructor Details

    • ScoreAttributesEntry

      public ScoreAttributesEntry(Double score, V value, String attributes)
  • Method Details

    • getScore

      public Double getScore()
    • getAttributes

      public String getAttributes()
    • getValue

      public V getValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object