Class CmdkeySetupTypeProperties


  • public final class CmdkeySetupTypeProperties
    extends Object
    Cmdkey command custom setup type properties.
    • Constructor Detail

      • CmdkeySetupTypeProperties

        public CmdkeySetupTypeProperties()
    • Method Detail

      • targetName

        public Object targetName()
        Get the targetName property: The server name of data source access.
        Returns:
        the targetName value.
      • withTargetName

        public CmdkeySetupTypeProperties withTargetName​(Object targetName)
        Set the targetName property: The server name of data source access.
        Parameters:
        targetName - the targetName value to set.
        Returns:
        the CmdkeySetupTypeProperties object itself.
      • username

        public Object username()
        Get the username property: The user name of data source access.
        Returns:
        the username value.
      • withUsername

        public CmdkeySetupTypeProperties withUsername​(Object username)
        Set the username property: The user name of data source access.
        Parameters:
        username - the username value to set.
        Returns:
        the CmdkeySetupTypeProperties object itself.
      • password

        public SecretBase password()
        Get the password property: The password of data source access.
        Returns:
        the password value.
      • withPassword

        public CmdkeySetupTypeProperties withPassword​(SecretBase password)
        Set the password property: The password of data source access.
        Parameters:
        password - the password value to set.
        Returns:
        the CmdkeySetupTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.