Class ConnectorInstructionModelBase

    • Constructor Detail

      • ConnectorInstructionModelBase

        public ConnectorInstructionModelBase()
    • Method Detail

      • parameters

        public Object parameters()
        Get the parameters property: The parameters for the setting.
        Returns:
        the parameters value.
      • withParameters

        public ConnectorInstructionModelBase withParameters​(Object parameters)
        Set the parameters property: The parameters for the setting.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the ConnectorInstructionModelBase object itself.
      • type

        public SettingType type()
        Get the type property: The kind of the setting.
        Returns:
        the type value.
      • withType

        public ConnectorInstructionModelBase withType​(SettingType type)
        Set the type property: The kind of the setting.
        Parameters:
        type - the type value to set.
        Returns:
        the ConnectorInstructionModelBase object itself.
      • validate

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