public class FindVariableInstanceLogs extends Object implements Serializable
Java class for findVariableInstanceLogs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="findVariableInstanceLogs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="request" type="{http://services.remote.kie.org/7.0.0.1/history}HistoryInstanceLogRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HistoryInstanceLogRequest |
request |
| Constructor and Description |
|---|
FindVariableInstanceLogs() |
| Modifier and Type | Method and Description |
|---|---|
HistoryInstanceLogRequest |
getRequest()
Gets the value of the request property.
|
void |
setRequest(HistoryInstanceLogRequest value)
Sets the value of the request property.
|
protected HistoryInstanceLogRequest request
public HistoryInstanceLogRequest getRequest()
HistoryInstanceLogRequestpublic void setRequest(HistoryInstanceLogRequest value)
value - allowed object is
HistoryInstanceLogRequestCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.