Class RetrieveUsernameConfig

  • All Implemented Interfaces:
    StageConfig

    public final class RetrieveUsernameConfig
    extends Object
    implements StageConfig
    Configuration for the retrieve username stage.
    Since:
    0.7.0
    • Constructor Detail

      • RetrieveUsernameConfig

        public RetrieveUsernameConfig()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: StageConfig
        Gets the name of the stage configuration.
        Specified by:
        getName in interface StageConfig
        Returns:
        the config name
      • getProgressStageClassName

        public String getProgressStageClassName()
        Description copied from interface: StageConfig
        Gets the class name of the consuming progress stage.
        Specified by:
        getProgressStageClassName in interface StageConfig
        Returns:
        the progress stage class name
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object