Class ForeignSourceConfigRestService.SimplePluginParameter

  • Enclosing class:
    ForeignSourceConfigRestService

    public static class ForeignSourceConfigRestService.SimplePluginParameter
    extends java.lang.Object
    The Class SimplePluginParameter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String key
      The key.
      java.util.List<java.lang.String> options
      The options.
      java.lang.Boolean required
      The required.
    • Constructor Summary

      Constructors 
      Constructor Description
      SimplePluginParameter()
      Instantiates a new simple plugin parameter.
      SimplePluginParameter​(java.lang.String key, java.lang.Boolean required, java.util.List<java.lang.String> options)
      Instantiates a new simple plugin parameter.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        public java.lang.String key
        The key.
      • required

        public java.lang.Boolean required
        The required.
      • options

        public java.util.List<java.lang.String> options
        The options.
    • Constructor Detail

      • SimplePluginParameter

        public SimplePluginParameter()
        Instantiates a new simple plugin parameter.
      • SimplePluginParameter

        public SimplePluginParameter​(java.lang.String key,
                                     java.lang.Boolean required,
                                     java.util.List<java.lang.String> options)
        Instantiates a new simple plugin parameter.
        Parameters:
        key - the key
        required - the required
        options - the options