Class TestConfig


  • public class TestConfig
    extends Object
    Test implementation of a connector configuration entry.
    • Constructor Detail

      • TestConfig

        public TestConfig​(boolean flag,
                          String stringConfig,
                          int intConfig)
        Creates a new TestConfig.
        Parameters:
        flag - boolean value
        stringConfig - string value
        intConfig - int value
    • Method Detail

      • getFlag

        public boolean getFlag()
        Returns the test boolean value.
        Returns:
        test boolean value
      • getStringConfig

        public String getStringConfig()
        Returns the test string value.
        Returns:
        test string value
      • getIntConfig

        public int getIntConfig()
        Returns the test int value.
        Returns:
        test int value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object