Package org.pentaho.di.www.jaxrs
Class NVPair
- java.lang.Object
-
- org.pentaho.di.www.jaxrs.NVPair
-
public class NVPair extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getValue()
void
setName(String name)
void
setValue(String value)
-