public class HttpParamInfo extends Object
| Constructor and Description |
|---|
HttpParamInfo(String name,
boolean isFile,
String fileName,
String contentType,
Variable value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getFileName() |
String |
getName() |
Variable |
getValue() |
boolean |
isFile() |
Copyright © 2022 WSO2. All rights reserved.