assetIdentifier = $assetIdentifier;
}
/**
* @return CreativeAssetId
*/
public function getAssetIdentifier()
{
return $this->assetIdentifier;
}
/**
* @param ClickTag[]
*/
public function setClickTags($clickTags)
{
$this->clickTags = $clickTags;
}
/**
* @return ClickTag[]
*/
public function getClickTags()
{
return $this->clickTags;
}
/**
* @param CreativeCustomEvent[]
*/
public function setCounterCustomEvents($counterCustomEvents)
{
$this->counterCustomEvents = $counterCustomEvents;
}
/**
* @return CreativeCustomEvent[]
*/
public function getCounterCustomEvents()
{
return $this->counterCustomEvents;
}
/**
* @param string[]
*/
public function setDetectedFeatures($detectedFeatures)
{
$this->detectedFeatures = $detectedFeatures;
}
/**
* @return string[]
*/
public function getDetectedFeatures()
{
return $this->detectedFeatures;
}
/**
* @param CreativeCustomEvent[]
*/
public function setExitCustomEvents($exitCustomEvents)
{
$this->exitCustomEvents = $exitCustomEvents;
}
/**
* @return CreativeCustomEvent[]
*/
public function getExitCustomEvents()
{
return $this->exitCustomEvents;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param DimensionValue
*/
public function setIdDimensionValue(DimensionValue $idDimensionValue)
{
$this->idDimensionValue = $idDimensionValue;
}
/**
* @return DimensionValue
*/
public function getIdDimensionValue()
{
return $this->idDimensionValue;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param bool
*/
public function setRichMedia($richMedia)
{
$this->richMedia = $richMedia;
}
/**
* @return bool
*/
public function getRichMedia()
{
return $this->richMedia;
}
/**
* @param CreativeCustomEvent[]
*/
public function setTimerCustomEvents($timerCustomEvents)
{
$this->timerCustomEvents = $timerCustomEvents;
}
/**
* @return CreativeCustomEvent[]
*/
public function getTimerCustomEvents()
{
return $this->timerCustomEvents;
}
/**
* @param string[]
*/
public function setWarnedValidationRules($warnedValidationRules)
{
$this->warnedValidationRules = $warnedValidationRules;
}
/**
* @return string[]
*/
public function getWarnedValidationRules()
{
return $this->warnedValidationRules;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreativeAssetMetadata::class, 'Google_Service_Dfareporting_CreativeAssetMetadata');