Class SearchUser

  • All Implemented Interfaces:
    java.io.Serializable

    public class SearchUser
    extends java.lang.Object
    implements java.io.Serializable
    User performing the search.
    Since:
    v12.4
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String id
      Unique identifier of the user
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchUser()  
      SearchUser​(java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Unique identifier of the user
      void setId​(java.lang.String id)
      Unique identifier of the user
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        private java.lang.String id
        Unique identifier of the user
    • Constructor Detail

      • SearchUser

        public SearchUser​(java.lang.String id)
      • SearchUser

        public SearchUser()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getId

        public java.lang.String getId()
        Unique identifier of the user
      • setId

        public void setId​(java.lang.String id)
        Unique identifier of the user