public class TargetDocument extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
body |
protected String |
docId |
Constructor and Description |
---|
TargetDocument() |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets the value of the body property.
|
String |
getDocId()
Gets the value of the docId property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setDocId(String value)
Sets the value of the docId property.
|
public String getBody()
String
public void setBody(String value)
value
- allowed object is
String
public String getDocId()
String
Copyright © 2021 JBoss by Red Hat. All rights reserved.