Class SamplerResultTab.RowResult

  • Enclosing class:
    SamplerResultTab

    public static class SamplerResultTab.RowResult
    extends Object
    For model table
    • Constructor Detail

      • RowResult

        public RowResult​(String key,
                         Object value)
    • Method Detail

      • getKey

        public String getKey()
        Returns:
        the key
      • setKey

        public void setKey​(String key)
        Parameters:
        key - the key to set
      • getValue

        public Object getValue()
        Returns:
        the value
      • setValue

        public void setValue​(Object value)
        Parameters:
        value - the value to set