public class ProgressRule extends Object
Java class for ProgressRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgressRule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="actions" type="{https://www.google.com/apis/ads/publisher/v201711}ProgressAction" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="evaluationStatus" type="{https://www.google.com/apis/ads/publisher/v201711}WorkflowEvaluationStatus" minOccurs="0"/>
<element name="evaluationTime" type="{https://www.google.com/apis/ads/publisher/v201711}DateTime" minOccurs="0"/>
<element name="isExternal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ProgressAction> |
actions |
protected WorkflowEvaluationStatus |
evaluationStatus |
protected DateTime |
evaluationTime |
protected Boolean |
isExternal |
protected String |
name |
| Constructor and Description |
|---|
ProgressRule() |
| Modifier and Type | Method and Description |
|---|---|
List<ProgressAction> |
getActions()
Gets the value of the actions property.
|
WorkflowEvaluationStatus |
getEvaluationStatus()
Gets the value of the evaluationStatus property.
|
DateTime |
getEvaluationTime()
Gets the value of the evaluationTime property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
isIsExternal()
Gets the value of the isExternal property.
|
void |
setEvaluationStatus(WorkflowEvaluationStatus value)
Sets the value of the evaluationStatus property.
|
void |
setEvaluationTime(DateTime value)
Sets the value of the evaluationTime property.
|
void |
setIsExternal(Boolean value)
Sets the value of the isExternal property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<ProgressAction> actions
protected String name
protected WorkflowEvaluationStatus evaluationStatus
protected DateTime evaluationTime
protected Boolean isExternal
public List<ProgressAction> getActions()
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 actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
ProgressAction
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic WorkflowEvaluationStatus getEvaluationStatus()
WorkflowEvaluationStatuspublic void setEvaluationStatus(WorkflowEvaluationStatus value)
value - allowed object is
WorkflowEvaluationStatuspublic DateTime getEvaluationTime()
DateTimepublic void setEvaluationTime(DateTime value)
value - allowed object is
DateTimepublic Boolean isIsExternal()
BooleanCopyright © 2018. All Rights Reserved.