All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.axis.v201605.TemplateCreative Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * TemplateCreative.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
 */

package com.google.api.ads.dfp.axis.v201605;


/**
 * A {@code Creative} that is created by the specified creative template.
 */
public class TemplateCreative  extends com.google.api.ads.dfp.axis.v201605.Creative  implements java.io.Serializable {
    /* Creative template ID that this creative is created from. */
    private java.lang.Long creativeTemplateId;

    /* {@code true} if this template instantiated creative is interstitial.
     * This attribute is read-only and is assigned by Google based on
     *                     the creative template. */
    private java.lang.Boolean isInterstitial;

    /* {@code true} if this template instantiated creative is eligible
     * for native
     *                     adserving. This attribute is read-only and is
     * assigned by Google based on
     *                     the creative template. */
    private java.lang.Boolean isNativeEligible;

    /* The URL the user is directed to if they click on the creative.
     * This
     *                     attribute is only required if the template snippet
     * contains the {@code %u}
     *                     or {@code %%DEST_URL%%} macro. It has a maximum
     * length of 1024 characters. */
    private java.lang.String destinationUrl;

    /* Stores values of {@link CreativeTemplateVariable} in the {@link
     * CreativeTemplate}. */
    private com.google.api.ads.dfp.axis.v201605.BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues;

    /* The SSL compatibility scan result for this creative.
     *                     
     *                     

This attribute is read-only and determined * by Google. */ private com.google.api.ads.dfp.axis.v201605.SslScanResult sslScanResult; /* The manual override for the SSL compatibility of this creative. * *

This attribute is optional and defaults to * {@link SslManualOverride#NO_OVERRIDE}. */ private com.google.api.ads.dfp.axis.v201605.SslManualOverride sslManualOverride; /* A locked orientation for this creative to be displayed in. */ private com.google.api.ads.dfp.axis.v201605.LockedOrientation lockedOrientation; public TemplateCreative() { } public TemplateCreative( java.lang.Long advertiserId, java.lang.Long id, java.lang.String name, com.google.api.ads.dfp.axis.v201605.Size size, java.lang.String previewUrl, com.google.api.ads.dfp.axis.v201605.CreativePolicyViolation[] policyViolations, com.google.api.ads.dfp.axis.v201605.AppliedLabel[] appliedLabels, com.google.api.ads.dfp.axis.v201605.DateTime lastModifiedDateTime, com.google.api.ads.dfp.axis.v201605.BaseCustomFieldValue[] customFieldValues, java.lang.Long creativeTemplateId, java.lang.Boolean isInterstitial, java.lang.Boolean isNativeEligible, java.lang.String destinationUrl, com.google.api.ads.dfp.axis.v201605.BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues, com.google.api.ads.dfp.axis.v201605.SslScanResult sslScanResult, com.google.api.ads.dfp.axis.v201605.SslManualOverride sslManualOverride, com.google.api.ads.dfp.axis.v201605.LockedOrientation lockedOrientation) { super( advertiserId, id, name, size, previewUrl, policyViolations, appliedLabels, lastModifiedDateTime, customFieldValues); this.creativeTemplateId = creativeTemplateId; this.isInterstitial = isInterstitial; this.isNativeEligible = isNativeEligible; this.destinationUrl = destinationUrl; this.creativeTemplateVariableValues = creativeTemplateVariableValues; this.sslScanResult = sslScanResult; this.sslManualOverride = sslManualOverride; this.lockedOrientation = lockedOrientation; } /** * Gets the creativeTemplateId value for this TemplateCreative. * * @return creativeTemplateId * Creative template ID that this creative is created from. */ public java.lang.Long getCreativeTemplateId() { return creativeTemplateId; } /** * Sets the creativeTemplateId value for this TemplateCreative. * * @param creativeTemplateId * Creative template ID that this creative is created from. */ public void setCreativeTemplateId(java.lang.Long creativeTemplateId) { this.creativeTemplateId = creativeTemplateId; } /** * Gets the isInterstitial value for this TemplateCreative. * * @return isInterstitial * {@code true} if this template instantiated creative is interstitial. * This attribute is read-only and is assigned by Google based on * the creative template. */ public java.lang.Boolean getIsInterstitial() { return isInterstitial; } /** * Sets the isInterstitial value for this TemplateCreative. * * @param isInterstitial * {@code true} if this template instantiated creative is interstitial. * This attribute is read-only and is assigned by Google based on * the creative template. */ public void setIsInterstitial(java.lang.Boolean isInterstitial) { this.isInterstitial = isInterstitial; } /** * Gets the isNativeEligible value for this TemplateCreative. * * @return isNativeEligible * {@code true} if this template instantiated creative is eligible * for native * adserving. This attribute is read-only and is * assigned by Google based on * the creative template. */ public java.lang.Boolean getIsNativeEligible() { return isNativeEligible; } /** * Sets the isNativeEligible value for this TemplateCreative. * * @param isNativeEligible * {@code true} if this template instantiated creative is eligible * for native * adserving. This attribute is read-only and is * assigned by Google based on * the creative template. */ public void setIsNativeEligible(java.lang.Boolean isNativeEligible) { this.isNativeEligible = isNativeEligible; } /** * Gets the destinationUrl value for this TemplateCreative. * * @return destinationUrl * The URL the user is directed to if they click on the creative. * This * attribute is only required if the template snippet * contains the {@code %u} * or {@code %%DEST_URL%%} macro. It has a maximum * length of 1024 characters. */ public java.lang.String getDestinationUrl() { return destinationUrl; } /** * Sets the destinationUrl value for this TemplateCreative. * * @param destinationUrl * The URL the user is directed to if they click on the creative. * This * attribute is only required if the template snippet * contains the {@code %u} * or {@code %%DEST_URL%%} macro. It has a maximum * length of 1024 characters. */ public void setDestinationUrl(java.lang.String destinationUrl) { this.destinationUrl = destinationUrl; } /** * Gets the creativeTemplateVariableValues value for this TemplateCreative. * * @return creativeTemplateVariableValues * Stores values of {@link CreativeTemplateVariable} in the {@link * CreativeTemplate}. */ public com.google.api.ads.dfp.axis.v201605.BaseCreativeTemplateVariableValue[] getCreativeTemplateVariableValues() { return creativeTemplateVariableValues; } /** * Sets the creativeTemplateVariableValues value for this TemplateCreative. * * @param creativeTemplateVariableValues * Stores values of {@link CreativeTemplateVariable} in the {@link * CreativeTemplate}. */ public void setCreativeTemplateVariableValues(com.google.api.ads.dfp.axis.v201605.BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues) { this.creativeTemplateVariableValues = creativeTemplateVariableValues; } public com.google.api.ads.dfp.axis.v201605.BaseCreativeTemplateVariableValue getCreativeTemplateVariableValues(int i) { return this.creativeTemplateVariableValues[i]; } public void setCreativeTemplateVariableValues(int i, com.google.api.ads.dfp.axis.v201605.BaseCreativeTemplateVariableValue _value) { this.creativeTemplateVariableValues[i] = _value; } /** * Gets the sslScanResult value for this TemplateCreative. * * @return sslScanResult * The SSL compatibility scan result for this creative. * *

This attribute is read-only and determined * by Google. */ public com.google.api.ads.dfp.axis.v201605.SslScanResult getSslScanResult() { return sslScanResult; } /** * Sets the sslScanResult value for this TemplateCreative. * * @param sslScanResult * The SSL compatibility scan result for this creative. * *

This attribute is read-only and determined * by Google. */ public void setSslScanResult(com.google.api.ads.dfp.axis.v201605.SslScanResult sslScanResult) { this.sslScanResult = sslScanResult; } /** * Gets the sslManualOverride value for this TemplateCreative. * * @return sslManualOverride * The manual override for the SSL compatibility of this creative. * *

This attribute is optional and defaults to * {@link SslManualOverride#NO_OVERRIDE}. */ public com.google.api.ads.dfp.axis.v201605.SslManualOverride getSslManualOverride() { return sslManualOverride; } /** * Sets the sslManualOverride value for this TemplateCreative. * * @param sslManualOverride * The manual override for the SSL compatibility of this creative. * *

This attribute is optional and defaults to * {@link SslManualOverride#NO_OVERRIDE}. */ public void setSslManualOverride(com.google.api.ads.dfp.axis.v201605.SslManualOverride sslManualOverride) { this.sslManualOverride = sslManualOverride; } /** * Gets the lockedOrientation value for this TemplateCreative. * * @return lockedOrientation * A locked orientation for this creative to be displayed in. */ public com.google.api.ads.dfp.axis.v201605.LockedOrientation getLockedOrientation() { return lockedOrientation; } /** * Sets the lockedOrientation value for this TemplateCreative. * * @param lockedOrientation * A locked orientation for this creative to be displayed in. */ public void setLockedOrientation(com.google.api.ads.dfp.axis.v201605.LockedOrientation lockedOrientation) { this.lockedOrientation = lockedOrientation; } private java.lang.Object __equalsCalc = null; public synchronized boolean equals(java.lang.Object obj) { if (!(obj instanceof TemplateCreative)) return false; TemplateCreative other = (TemplateCreative) obj; if (obj == null) return false; if (this == obj) return true; if (__equalsCalc != null) { return (__equalsCalc == obj); } __equalsCalc = obj; boolean _equals; _equals = super.equals(obj) && ((this.creativeTemplateId==null && other.getCreativeTemplateId()==null) || (this.creativeTemplateId!=null && this.creativeTemplateId.equals(other.getCreativeTemplateId()))) && ((this.isInterstitial==null && other.getIsInterstitial()==null) || (this.isInterstitial!=null && this.isInterstitial.equals(other.getIsInterstitial()))) && ((this.isNativeEligible==null && other.getIsNativeEligible()==null) || (this.isNativeEligible!=null && this.isNativeEligible.equals(other.getIsNativeEligible()))) && ((this.destinationUrl==null && other.getDestinationUrl()==null) || (this.destinationUrl!=null && this.destinationUrl.equals(other.getDestinationUrl()))) && ((this.creativeTemplateVariableValues==null && other.getCreativeTemplateVariableValues()==null) || (this.creativeTemplateVariableValues!=null && java.util.Arrays.equals(this.creativeTemplateVariableValues, other.getCreativeTemplateVariableValues()))) && ((this.sslScanResult==null && other.getSslScanResult()==null) || (this.sslScanResult!=null && this.sslScanResult.equals(other.getSslScanResult()))) && ((this.sslManualOverride==null && other.getSslManualOverride()==null) || (this.sslManualOverride!=null && this.sslManualOverride.equals(other.getSslManualOverride()))) && ((this.lockedOrientation==null && other.getLockedOrientation()==null) || (this.lockedOrientation!=null && this.lockedOrientation.equals(other.getLockedOrientation()))); __equalsCalc = null; return _equals; } private boolean __hashCodeCalc = false; public synchronized int hashCode() { if (__hashCodeCalc) { return 0; } __hashCodeCalc = true; int _hashCode = super.hashCode(); if (getCreativeTemplateId() != null) { _hashCode += getCreativeTemplateId().hashCode(); } if (getIsInterstitial() != null) { _hashCode += getIsInterstitial().hashCode(); } if (getIsNativeEligible() != null) { _hashCode += getIsNativeEligible().hashCode(); } if (getDestinationUrl() != null) { _hashCode += getDestinationUrl().hashCode(); } if (getCreativeTemplateVariableValues() != null) { for (int i=0; i





© 2015 - 2025 Weber Informatics LLC | Privacy Policy