Class UserAuthenticationData.Type

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String type
      The type name
    • Constructor Summary

      Constructors 
      Constructor Description
      Type​(java.lang.String type)
      Creates a new Type.
    • Field Detail

      • type

        private final java.lang.String type
        The type name
    • Constructor Detail

      • Type

        public Type​(java.lang.String type)
        Creates a new Type.
        Parameters:
        type - the type
    • Method Detail

      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        The hash code.
        Since:
        2.0
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        The type.
        Since:
        2.0