public class WorkflowProgress extends Object
proposal's workflow.
Java class for WorkflowProgress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowProgress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="steps" type="{https://www.google.com/apis/ads/publisher/v201805}ProgressStep" maxOccurs="unbounded" minOccurs="0"/>
<element name="submitterId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="evaluationStatus" type="{https://www.google.com/apis/ads/publisher/v201805}EvaluationStatus" minOccurs="0"/>
<element name="submissionTime" type="{https://www.google.com/apis/ads/publisher/v201805}DateTime" minOccurs="0"/>
<element name="evaluationTime" type="{https://www.google.com/apis/ads/publisher/v201805}DateTime" minOccurs="0"/>
<element name="isProcessing" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EvaluationStatus |
evaluationStatus |
protected DateTime |
evaluationTime |
protected Boolean |
isProcessing |
protected List<ProgressStep> |
steps |
protected DateTime |
submissionTime |
protected Long |
submitterId |
| Constructor and Description |
|---|
WorkflowProgress() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationStatus |
getEvaluationStatus()
Gets the value of the evaluationStatus property.
|
DateTime |
getEvaluationTime()
Gets the value of the evaluationTime property.
|
List<ProgressStep> |
getSteps()
Gets the value of the steps property.
|
DateTime |
getSubmissionTime()
Gets the value of the submissionTime property.
|
Long |
getSubmitterId()
Gets the value of the submitterId property.
|
Boolean |
isIsProcessing()
Gets the value of the isProcessing property.
|
void |
setEvaluationStatus(EvaluationStatus value)
Sets the value of the evaluationStatus property.
|
void |
setEvaluationTime(DateTime value)
Sets the value of the evaluationTime property.
|
void |
setIsProcessing(Boolean value)
Sets the value of the isProcessing property.
|
void |
setSubmissionTime(DateTime value)
Sets the value of the submissionTime property.
|
void |
setSubmitterId(Long value)
Sets the value of the submitterId property.
|
protected List<ProgressStep> steps
protected Long submitterId
protected EvaluationStatus evaluationStatus
protected DateTime submissionTime
protected DateTime evaluationTime
protected Boolean isProcessing
public List<ProgressStep> getSteps()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the steps property.
For example, to add a new item, do as follows:
getSteps().add(newItem);
Objects of the following type(s) are allowed in the list
ProgressStep
public Long getSubmitterId()
Longpublic void setSubmitterId(Long value)
value - allowed object is
Longpublic EvaluationStatus getEvaluationStatus()
EvaluationStatuspublic void setEvaluationStatus(EvaluationStatus value)
value - allowed object is
EvaluationStatuspublic DateTime getSubmissionTime()
DateTimepublic void setSubmissionTime(DateTime value)
value - allowed object is
DateTimepublic DateTime getEvaluationTime()
DateTimepublic void setEvaluationTime(DateTime value)
value - allowed object is
DateTimepublic Boolean isIsProcessing()
BooleanCopyright © 2018. All Rights Reserved.