public abstract class BatchItem extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected Map<String,List<Object>> |
headers |
Constructor and Description |
---|
BatchItem() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Map<String,List<Object>> |
getHeaders() |
void |
setContent(String content) |
void |
setHeaders(Map<String,List<Object>> headers) |
String |
toString() |
protected String content
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.