Class SessionResultPK

  • All Implemented Interfaces:
    java.io.Serializable

    public class SessionResultPK
    extends java.lang.Object
    implements java.io.Serializable
    Internal Primary Key class for SessionResult
    Since:
    v12.5
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String collection  
      private java.lang.String indexUrl  
      private static long serialVersionUID  
      private java.lang.String userId  
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionResultPK()  
      SessionResultPK​(java.lang.String userId, java.lang.String collection, java.lang.String indexUrl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionResultPK

        public SessionResultPK()
      • SessionResultPK

        public SessionResultPK​(java.lang.String userId,
                               java.lang.String collection,
                               java.lang.String indexUrl)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object