public class Parameter extends Object
| Constructor and Description |
|---|
Parameter(String name,
Object value,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getName() |
Object |
getValue() |
void |
setContentType(String contentType) |
void |
setName(String name) |
void |
setValue(Object value) |
Copyright © 2018. All rights reserved.