public class ProgressStep extends Object
Java class for ProgressStep complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgressStep">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rules" type="{https://www.google.com/apis/ads/publisher/v201802}ProgressRule" maxOccurs="unbounded" minOccurs="0"/>
<element name="evaluationStatus" type="{https://www.google.com/apis/ads/publisher/v201802}EvaluationStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EvaluationStatus |
evaluationStatus |
protected List<ProgressRule> |
rules |
| Constructor and Description |
|---|
ProgressStep() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationStatus |
getEvaluationStatus()
Gets the value of the evaluationStatus property.
|
List<ProgressRule> |
getRules()
Gets the value of the rules property.
|
void |
setEvaluationStatus(EvaluationStatus value)
Sets the value of the evaluationStatus property.
|
protected List<ProgressRule> rules
protected EvaluationStatus evaluationStatus
public List<ProgressRule> getRules()
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 rules property.
For example, to add a new item, do as follows:
getRules().add(newItem);
Objects of the following type(s) are allowed in the list
ProgressRule
public EvaluationStatus getEvaluationStatus()
EvaluationStatuspublic void setEvaluationStatus(EvaluationStatus value)
value - allowed object is
EvaluationStatusCopyright © 2018. All Rights Reserved.