Class AcquireWorkflowTaskResponse
java.lang.Object
com.emc.d2fs.services.workflow_service.AcquireWorkflowTaskResponse
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taskState" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="taskId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="newTaskId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="refereshNeeded" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="result" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newTaskId property.Gets the value of the taskId property.Gets the value of the taskState property.boolean
Gets the value of the refereshNeeded property.boolean
isResult()
Gets the value of the result property.void
setNewTaskId
(String value) Sets the value of the newTaskId property.void
setRefereshNeeded
(boolean value) Sets the value of the refereshNeeded property.void
setResult
(boolean value) Sets the value of the result property.void
Sets the value of the taskId property.void
setTaskState
(String value) Sets the value of the taskState property.
-
Constructor Details
-
AcquireWorkflowTaskResponse
public AcquireWorkflowTaskResponse()
-
-
Method Details
-
getTaskState
Gets the value of the taskState property.- Returns:
- possible object is
String
-
setTaskState
Sets the value of the taskState property.- Parameters:
value
- allowed object isString
-
getTaskId
Gets the value of the taskId property.- Returns:
- possible object is
String
-
setTaskId
Sets the value of the taskId property.- Parameters:
value
- allowed object isString
-
getNewTaskId
Gets the value of the newTaskId property.- Returns:
- possible object is
String
-
setNewTaskId
Sets the value of the newTaskId property.- Parameters:
value
- allowed object isString
-
isRefereshNeeded
public boolean isRefereshNeeded()Gets the value of the refereshNeeded property. -
setRefereshNeeded
public void setRefereshNeeded(boolean value) Sets the value of the refereshNeeded property. -
isResult
public boolean isResult()Gets the value of the result property. -
setResult
public void setResult(boolean value) Sets the value of the result property.
-