public class BodyPartData extends Object implements Serializable
| Constructor and Description |
|---|
BodyPartData(String data,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getData() |
void |
setContentType(String contentType) |
void |
setData(String data) |
public String getData()
public void setData(String data)
data - the data to setpublic String getContentType()
public void setContentType(String contentType)
contentType - the contentType to setCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.