public abstract class ProgressAction extends Object
Java class for ProgressAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgressAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="evaluationTime" type="{https://www.google.com/apis/ads/publisher/v201805}DateTime" minOccurs="0"/>
<element name="evaluationStatus" type="{https://www.google.com/apis/ads/publisher/v201805}EvaluationStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EvaluationStatus |
evaluationStatus |
protected DateTime |
evaluationTime |
| Constructor and Description |
|---|
ProgressAction() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationStatus |
getEvaluationStatus()
Gets the value of the evaluationStatus property.
|
DateTime |
getEvaluationTime()
Gets the value of the evaluationTime property.
|
void |
setEvaluationStatus(EvaluationStatus value)
Sets the value of the evaluationStatus property.
|
void |
setEvaluationTime(DateTime value)
Sets the value of the evaluationTime property.
|
protected DateTime evaluationTime
protected EvaluationStatus evaluationStatus
public DateTime getEvaluationTime()
DateTimepublic void setEvaluationTime(DateTime value)
value - allowed object is
DateTimepublic EvaluationStatus getEvaluationStatus()
EvaluationStatuspublic void setEvaluationStatus(EvaluationStatus value)
value - allowed object is
EvaluationStatusCopyright © 2018. All Rights Reserved.