public class DeploymentIdRequest extends Object implements Serializable
Java class for DeploymentIdRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeploymentIdRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deploymentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="operation" type="{http://services.remote.kie.org/6.3.0.1/deployment}deploymentOperationType"/>
<element name="descriptor" type="{http://services.remote.kie.org/6.3.0.1/deployment}DeploymentDescriptor" minOccurs="0"/>
<element name="strategy" type="{http://services.remote.kie.org/6.3.0.1/deployment}RuntimeStrategy" minOccurs="0"/>
<element name="mergeMode" type="{http://services.remote.kie.org/6.3.0.1/deployment}MergeMode" minOccurs="0"/>
<element name="pageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentId |
protected JaxbDeploymentDescriptor |
descriptor |
protected org.kie.internal.runtime.conf.MergeMode |
mergeMode |
protected DeploymentOperationType |
operation |
protected Integer |
pageNumber |
protected Integer |
pageSize |
protected org.kie.internal.runtime.conf.RuntimeStrategy |
strategy |
| Constructor and Description |
|---|
DeploymentIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentId()
Gets the value of the deploymentId property.
|
JaxbDeploymentDescriptor |
getDescriptor()
Gets the value of the descriptor property.
|
org.kie.internal.runtime.conf.MergeMode |
getMergeMode()
Gets the value of the mergeMode property.
|
DeploymentOperationType |
getOperation()
Gets the value of the operation property.
|
Integer |
getPageNumber()
Gets the value of the pageNumber property.
|
Integer |
getPageSize()
Gets the value of the pageSize property.
|
org.kie.internal.runtime.conf.RuntimeStrategy |
getStrategy()
Gets the value of the strategy property.
|
void |
setDeploymentId(String value)
Sets the value of the deploymentId property.
|
void |
setDescriptor(JaxbDeploymentDescriptor value)
Sets the value of the descriptor property.
|
void |
setMergeMode(org.kie.internal.runtime.conf.MergeMode value)
Sets the value of the mergeMode property.
|
void |
setOperation(DeploymentOperationType value)
Sets the value of the operation property.
|
void |
setPageNumber(Integer value)
Sets the value of the pageNumber property.
|
void |
setPageSize(Integer value)
Sets the value of the pageSize property.
|
void |
setStrategy(org.kie.internal.runtime.conf.RuntimeStrategy value)
Sets the value of the strategy property.
|
protected String deploymentId
protected DeploymentOperationType operation
protected JaxbDeploymentDescriptor descriptor
protected org.kie.internal.runtime.conf.RuntimeStrategy strategy
protected org.kie.internal.runtime.conf.MergeMode mergeMode
protected Integer pageNumber
protected Integer pageSize
public String getDeploymentId()
Stringpublic void setDeploymentId(String value)
value - allowed object is
Stringpublic DeploymentOperationType getOperation()
DeploymentOperationTypepublic void setOperation(DeploymentOperationType value)
value - allowed object is
DeploymentOperationTypepublic JaxbDeploymentDescriptor getDescriptor()
JaxbDeploymentDescriptorpublic void setDescriptor(JaxbDeploymentDescriptor value)
value - allowed object is
JaxbDeploymentDescriptorpublic org.kie.internal.runtime.conf.RuntimeStrategy getStrategy()
RuntimeStrategypublic void setStrategy(org.kie.internal.runtime.conf.RuntimeStrategy value)
value - allowed object is
RuntimeStrategypublic org.kie.internal.runtime.conf.MergeMode getMergeMode()
MergeModepublic void setMergeMode(org.kie.internal.runtime.conf.MergeMode value)
value - allowed object is
MergeModepublic Integer getPageNumber()
Integerpublic void setPageNumber(Integer value)
value - allowed object is
Integerpublic Integer getPageSize()
IntegerCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.