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