Class MultiPartBenchmark.NameValue

  • Enclosing class:
    MultiPartBenchmark

    public static class MultiPartBenchmark.NameValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      NameValue()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • value

        public java.lang.String value
    • Constructor Detail

      • NameValue

        public NameValue()