Interface ParametersDescriptor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns unique id of this descriptor
      java.util.Map<java.lang.String,​java.lang.String> getParameters()
      Returns parameters map.
      java.lang.String getType()
      Returns type of the parameters
    • Method Detail

      • getId

        @NotNull
        java.lang.String getId()
        Returns unique id of this descriptor
        Returns:
        unique id of this descriptor
        Since:
        7.0
      • getType

        @NotNull
        java.lang.String getType()
        Returns type of the parameters
        Returns:
        parameters type
      • getParameters

        @NotNull
        java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Returns parameters map.
        Returns:
        parameters map