public class ChangeHistoryValue extends ObjectValue
Java class for ChangeHistoryValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangeHistoryValue">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}ObjectValue">
<sequence>
<element name="entityType" type="{https://www.google.com/apis/ads/publisher/v201805}ChangeHistoryEntityType" minOccurs="0"/>
<element name="operation" type="{https://www.google.com/apis/ads/publisher/v201805}ChangeHistoryOperation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChangeHistoryEntityType |
entityType |
protected ChangeHistoryOperation |
operation |
| Constructor and Description |
|---|
ChangeHistoryValue() |
| Modifier and Type | Method and Description |
|---|---|
ChangeHistoryEntityType |
getEntityType()
Gets the value of the entityType property.
|
ChangeHistoryOperation |
getOperation()
Gets the value of the operation property.
|
void |
setEntityType(ChangeHistoryEntityType value)
Sets the value of the entityType property.
|
void |
setOperation(ChangeHistoryOperation value)
Sets the value of the operation property.
|
protected ChangeHistoryEntityType entityType
protected ChangeHistoryOperation operation
public ChangeHistoryEntityType getEntityType()
ChangeHistoryEntityTypepublic void setEntityType(ChangeHistoryEntityType value)
value - allowed object is
ChangeHistoryEntityTypepublic ChangeHistoryOperation getOperation()
ChangeHistoryOperationpublic void setOperation(ChangeHistoryOperation value)
value - allowed object is
ChangeHistoryOperationCopyright © 2018. All Rights Reserved.