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

jp.co.yahoo.adsdisplayapi.v13.model.GuaranteedAdGroupAdServiceTopImpactPanorama Maven / Gradle / Ivy

The newest version!
/*
 * Yahoo!広告 ディスプレイ広告 API リファレンス / Yahoo! JAPAN Ads Display Ads API Reference
 * 
Yahoo!広告 ディスプレイ広告 APIのWebサービスについて説明します。
Display Ads API Web Services supported in Yahoo! JAPAN Ads API.
* * The version of the OpenAPI document: v13 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package jp.co.yahoo.adsdisplayapi.v13.model; import java.util.Objects; import java.util.Arrays; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.util.ArrayList; import java.util.List; import jp.co.yahoo.adsdisplayapi.v13.model.GuaranteedAdGroupAdServiceCustomParameters; import jp.co.yahoo.adsdisplayapi.v13.model.GuaranteedAdGroupAdServiceDisplayUrlLevel; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.annotation.JsonTypeName; /** * <div lang=\"ja\"> GuaranteedAdGroupAdServiceTopImpactPanoramaオブジェクトは、トップインパクト パノラマ広告の情報を表します。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> </div> <div lang=\"en\"> GuaranteedAdGroupAdServiceTopImpactPanorama object describes information of Top Impact Panorama ad.<br> This field will be returned in the response, it will be ignored on input.<br> </div> */ @ApiModel(description = "
GuaranteedAdGroupAdServiceTopImpactPanoramaオブジェクトは、トップインパクト パノラマ広告の情報を表します。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
GuaranteedAdGroupAdServiceTopImpactPanorama object describes information of Top Impact Panorama ad.
This field will be returned in the response, it will be ignored on input.
") @JsonPropertyOrder({ GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_DISPLAY_URL, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_CUSTOM_PARAMETERS, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_DISPLAY_URL_LEVEL, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_FINAL_URL, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_TRACKING_URL, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_AD_LEFT_SIDE_MEDIA_ID, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_AD_RIGHT_SIDE_MEDIA_ID, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_AD_SHRINK_MAIN_MEDIA_ID, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_THUMBNAIL_MEDIA_ID, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_VIDEO3_SEC_BEACON_URLS, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_VIDEO25_PERCENT_BEACON_URLS, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_VIDEO50_PERCENT_BEACON_URLS, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_VIDEO75_PERCENT_BEACON_URLS, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_VIDEO10_SEC_BEACON_URLS, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_VIDEO_COMPLETE_BEACON_URLS, GuaranteedAdGroupAdServiceTopImpactPanorama.JSON_PROPERTY_VIDEO_START_BEACON_URLS }) @JsonTypeName("GuaranteedAdGroupAdServiceTopImpactPanorama") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class GuaranteedAdGroupAdServiceTopImpactPanorama { public static final String JSON_PROPERTY_DISPLAY_URL = "displayUrl"; private String displayUrl; public static final String JSON_PROPERTY_CUSTOM_PARAMETERS = "customParameters"; private GuaranteedAdGroupAdServiceCustomParameters customParameters; public static final String JSON_PROPERTY_DISPLAY_URL_LEVEL = "displayUrlLevel"; private GuaranteedAdGroupAdServiceDisplayUrlLevel displayUrlLevel; public static final String JSON_PROPERTY_FINAL_URL = "finalUrl"; private String finalUrl; public static final String JSON_PROPERTY_TRACKING_URL = "trackingUrl"; private String trackingUrl; public static final String JSON_PROPERTY_AD_LEFT_SIDE_MEDIA_ID = "adLeftSideMediaId"; private Long adLeftSideMediaId; public static final String JSON_PROPERTY_AD_RIGHT_SIDE_MEDIA_ID = "adRightSideMediaId"; private Long adRightSideMediaId; public static final String JSON_PROPERTY_AD_SHRINK_MAIN_MEDIA_ID = "adShrinkMainMediaId"; private Long adShrinkMainMediaId; public static final String JSON_PROPERTY_THUMBNAIL_MEDIA_ID = "thumbnailMediaId"; private Long thumbnailMediaId; public static final String JSON_PROPERTY_VIDEO3_SEC_BEACON_URLS = "video3SecBeaconUrls"; private List video3SecBeaconUrls = null; public static final String JSON_PROPERTY_VIDEO25_PERCENT_BEACON_URLS = "video25PercentBeaconUrls"; private List video25PercentBeaconUrls = null; public static final String JSON_PROPERTY_VIDEO50_PERCENT_BEACON_URLS = "video50PercentBeaconUrls"; private List video50PercentBeaconUrls = null; public static final String JSON_PROPERTY_VIDEO75_PERCENT_BEACON_URLS = "video75PercentBeaconUrls"; private List video75PercentBeaconUrls = null; public static final String JSON_PROPERTY_VIDEO10_SEC_BEACON_URLS = "video10SecBeaconUrls"; private List video10SecBeaconUrls = null; public static final String JSON_PROPERTY_VIDEO_COMPLETE_BEACON_URLS = "videoCompleteBeaconUrls"; private List videoCompleteBeaconUrls = null; public static final String JSON_PROPERTY_VIDEO_START_BEACON_URLS = "videoStartBeaconUrls"; private List videoStartBeaconUrls = null; public GuaranteedAdGroupAdServiceTopImpactPanorama() { } public GuaranteedAdGroupAdServiceTopImpactPanorama displayUrl(String displayUrl) { this.displayUrl = displayUrl; return this; } /** * <div lang=\"ja\"> 表示URLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div> <div lang=\"en\"> Display URL.<br> This field will be returned in the response, it will be ignored on input. </div> * @return displayUrl **/ @javax.annotation.Nullable @ApiModelProperty(value = "
表示URLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Display URL.
This field will be returned in the response, it will be ignored on input.
") @JsonProperty(JSON_PROPERTY_DISPLAY_URL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public String getDisplayUrl() { return displayUrl; } @JsonProperty(JSON_PROPERTY_DISPLAY_URL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setDisplayUrl(String displayUrl) { this.displayUrl = displayUrl; } public GuaranteedAdGroupAdServiceTopImpactPanorama customParameters(GuaranteedAdGroupAdServiceCustomParameters customParameters) { this.customParameters = customParameters; return this; } /** * Get customParameters * @return customParameters **/ @javax.annotation.Nullable @ApiModelProperty(value = "") @JsonProperty(JSON_PROPERTY_CUSTOM_PARAMETERS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public GuaranteedAdGroupAdServiceCustomParameters getCustomParameters() { return customParameters; } @JsonProperty(JSON_PROPERTY_CUSTOM_PARAMETERS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setCustomParameters(GuaranteedAdGroupAdServiceCustomParameters customParameters) { this.customParameters = customParameters; } public GuaranteedAdGroupAdServiceTopImpactPanorama displayUrlLevel(GuaranteedAdGroupAdServiceDisplayUrlLevel displayUrlLevel) { this.displayUrlLevel = displayUrlLevel; return this; } /** * Get displayUrlLevel * @return displayUrlLevel **/ @javax.annotation.Nullable @ApiModelProperty(value = "") @JsonProperty(JSON_PROPERTY_DISPLAY_URL_LEVEL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public GuaranteedAdGroupAdServiceDisplayUrlLevel getDisplayUrlLevel() { return displayUrlLevel; } @JsonProperty(JSON_PROPERTY_DISPLAY_URL_LEVEL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setDisplayUrlLevel(GuaranteedAdGroupAdServiceDisplayUrlLevel displayUrlLevel) { this.displayUrlLevel = displayUrlLevel; } public GuaranteedAdGroupAdServiceTopImpactPanorama finalUrl(String finalUrl) { this.finalUrl = finalUrl; return this; } /** * <div lang=\"ja\">最終リンク先URLです。<br> finalUrlフィールドを設定する場合、trackingUrl、customParametersは任意になります。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※現在利用できません </div> <div lang=\"en\">Final URL.<br> If you specify finalUrl, trackingUrl and customParameters will be optional.<br> This field will be returned in the response, it will be ignored on input.<br> * Not Available. </div> * @return finalUrl **/ @javax.annotation.Nullable @ApiModelProperty(value = "
最終リンク先URLです。
finalUrlフィールドを設定する場合、trackingUrl、customParametersは任意になります。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※現在利用できません
Final URL.
If you specify finalUrl, trackingUrl and customParameters will be optional.
This field will be returned in the response, it will be ignored on input.
* Not Available.
") @JsonProperty(JSON_PROPERTY_FINAL_URL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public String getFinalUrl() { return finalUrl; } @JsonProperty(JSON_PROPERTY_FINAL_URL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setFinalUrl(String finalUrl) { this.finalUrl = finalUrl; } public GuaranteedAdGroupAdServiceTopImpactPanorama trackingUrl(String trackingUrl) { this.trackingUrl = trackingUrl; return this; } /** * <div lang=\"ja\">トラッキングURLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> finalUrlを指定するときのみ、任意で指定できます。<br> ※現在利用できません </div> <div lang=\"en\">Tracking URL.<br> This field will be returned in the response, it will be ignored on input.<br> This field can be optionally specified only when specifying finalUrl.<br> * Not Available. </div> * @return trackingUrl **/ @javax.annotation.Nullable @ApiModelProperty(value = "
トラッキングURLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
finalUrlを指定するときのみ、任意で指定できます。
※現在利用できません
Tracking URL.
This field will be returned in the response, it will be ignored on input.
This field can be optionally specified only when specifying finalUrl.
* Not Available.
") @JsonProperty(JSON_PROPERTY_TRACKING_URL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public String getTrackingUrl() { return trackingUrl; } @JsonProperty(JSON_PROPERTY_TRACKING_URL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setTrackingUrl(String trackingUrl) { this.trackingUrl = trackingUrl; } public GuaranteedAdGroupAdServiceTopImpactPanorama adLeftSideMediaId(Long adLeftSideMediaId) { this.adLeftSideMediaId = adLeftSideMediaId; return this; } /** * <div lang=\"ja\"> 左サイド画像です。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div> <div lang=\"en\"> Left side image.<br> This field will be returned in the response, it will be ignored on input. </div> * @return adLeftSideMediaId **/ @javax.annotation.Nullable @ApiModelProperty(value = "
左サイド画像です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Left side image.
This field will be returned in the response, it will be ignored on input.
") @JsonProperty(JSON_PROPERTY_AD_LEFT_SIDE_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public Long getAdLeftSideMediaId() { return adLeftSideMediaId; } @JsonProperty(JSON_PROPERTY_AD_LEFT_SIDE_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setAdLeftSideMediaId(Long adLeftSideMediaId) { this.adLeftSideMediaId = adLeftSideMediaId; } public GuaranteedAdGroupAdServiceTopImpactPanorama adRightSideMediaId(Long adRightSideMediaId) { this.adRightSideMediaId = adRightSideMediaId; return this; } /** * <div lang=\"ja\"> 右サイド画像です。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div> <div lang=\"en\"> Right side image.<br> This field will be returned in the response, it will be ignored on input. </div> * @return adRightSideMediaId **/ @javax.annotation.Nullable @ApiModelProperty(value = "
右サイド画像です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Right side image.
This field will be returned in the response, it will be ignored on input.
") @JsonProperty(JSON_PROPERTY_AD_RIGHT_SIDE_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public Long getAdRightSideMediaId() { return adRightSideMediaId; } @JsonProperty(JSON_PROPERTY_AD_RIGHT_SIDE_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setAdRightSideMediaId(Long adRightSideMediaId) { this.adRightSideMediaId = adRightSideMediaId; } public GuaranteedAdGroupAdServiceTopImpactPanorama adShrinkMainMediaId(Long adShrinkMainMediaId) { this.adShrinkMainMediaId = adShrinkMainMediaId; return this; } /** * <div lang=\"ja\"> 縮小メイン画像です。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div> <div lang=\"en\"> Reduced main image.<br> This field will be returned in the response, it will be ignored on input. </div> * @return adShrinkMainMediaId **/ @javax.annotation.Nullable @ApiModelProperty(value = "
縮小メイン画像です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Reduced main image.
This field will be returned in the response, it will be ignored on input.
") @JsonProperty(JSON_PROPERTY_AD_SHRINK_MAIN_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public Long getAdShrinkMainMediaId() { return adShrinkMainMediaId; } @JsonProperty(JSON_PROPERTY_AD_SHRINK_MAIN_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setAdShrinkMainMediaId(Long adShrinkMainMediaId) { this.adShrinkMainMediaId = adShrinkMainMediaId; } public GuaranteedAdGroupAdServiceTopImpactPanorama thumbnailMediaId(Long thumbnailMediaId) { this.thumbnailMediaId = thumbnailMediaId; return this; } /** * <div lang=\"ja\"> サムネイルIDです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div> <div lang=\"en\"> Thumbnail ID.<br> This field will be returned in the response, it will be ignored on input. </div> * @return thumbnailMediaId **/ @javax.annotation.Nullable @ApiModelProperty(value = "
サムネイルIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Thumbnail ID.
This field will be returned in the response, it will be ignored on input.
") @JsonProperty(JSON_PROPERTY_THUMBNAIL_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public Long getThumbnailMediaId() { return thumbnailMediaId; } @JsonProperty(JSON_PROPERTY_THUMBNAIL_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setThumbnailMediaId(Long thumbnailMediaId) { this.thumbnailMediaId = thumbnailMediaId; } public GuaranteedAdGroupAdServiceTopImpactPanorama video3SecBeaconUrls(List video3SecBeaconUrls) { this.video3SecBeaconUrls = video3SecBeaconUrls; return this; } public GuaranteedAdGroupAdServiceTopImpactPanorama addVideo3SecBeaconUrlsItem(String video3SecBeaconUrlsItem) { if (this.video3SecBeaconUrls == null) { this.video3SecBeaconUrls = new ArrayList<>(); } this.video3SecBeaconUrls.add(video3SecBeaconUrlsItem); return this; } /** * <div lang=\"ja\"> 3秒視聴ビーコンURLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※httpsのURLのみ設定可能です。 </div> <div lang=\"en\"> Viewing beacon URL (3 seconds).<br> This field will be returned in the response, it will be ignored on input.<br> ∗Available URL is only &#34;https&#34;. </div> * @return video3SecBeaconUrls **/ @javax.annotation.Nullable @ApiModelProperty(value = "
3秒視聴ビーコンURLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※httpsのURLのみ設定可能です。
Viewing beacon URL (3 seconds).
This field will be returned in the response, it will be ignored on input.
∗Available URL is only "https".
") @JsonProperty(JSON_PROPERTY_VIDEO3_SEC_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public List getVideo3SecBeaconUrls() { return video3SecBeaconUrls; } @JsonProperty(JSON_PROPERTY_VIDEO3_SEC_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setVideo3SecBeaconUrls(List video3SecBeaconUrls) { this.video3SecBeaconUrls = video3SecBeaconUrls; } public GuaranteedAdGroupAdServiceTopImpactPanorama video25PercentBeaconUrls(List video25PercentBeaconUrls) { this.video25PercentBeaconUrls = video25PercentBeaconUrls; return this; } public GuaranteedAdGroupAdServiceTopImpactPanorama addVideo25PercentBeaconUrlsItem(String video25PercentBeaconUrlsItem) { if (this.video25PercentBeaconUrls == null) { this.video25PercentBeaconUrls = new ArrayList<>(); } this.video25PercentBeaconUrls.add(video25PercentBeaconUrlsItem); return this; } /** * <div lang=\"ja\"> 25%再生視聴ビーコンURLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※httpsのURLのみ設定可能です。 </div> <div lang=\"en\"> Playback viewing beacon URL (25%).<br> This field will be returned in the response, it will be ignored on input.<br> ∗Available URL is only &#34;https&#34;. </div> * @return video25PercentBeaconUrls **/ @javax.annotation.Nullable @ApiModelProperty(value = "
25%再生視聴ビーコンURLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※httpsのURLのみ設定可能です。
Playback viewing beacon URL (25%).
This field will be returned in the response, it will be ignored on input.
∗Available URL is only "https".
") @JsonProperty(JSON_PROPERTY_VIDEO25_PERCENT_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public List getVideo25PercentBeaconUrls() { return video25PercentBeaconUrls; } @JsonProperty(JSON_PROPERTY_VIDEO25_PERCENT_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setVideo25PercentBeaconUrls(List video25PercentBeaconUrls) { this.video25PercentBeaconUrls = video25PercentBeaconUrls; } public GuaranteedAdGroupAdServiceTopImpactPanorama video50PercentBeaconUrls(List video50PercentBeaconUrls) { this.video50PercentBeaconUrls = video50PercentBeaconUrls; return this; } public GuaranteedAdGroupAdServiceTopImpactPanorama addVideo50PercentBeaconUrlsItem(String video50PercentBeaconUrlsItem) { if (this.video50PercentBeaconUrls == null) { this.video50PercentBeaconUrls = new ArrayList<>(); } this.video50PercentBeaconUrls.add(video50PercentBeaconUrlsItem); return this; } /** * <div lang=\"ja\"> 50%再生視聴ビーコンURLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※httpsのURLのみ設定可能です。 </div> <div lang=\"en\"> Playback viewing beacon URL (50%).<br> This field will be returned in the response, it will be ignored on input.<br> ∗Available URL is only &#34;https&#34;. </div> * @return video50PercentBeaconUrls **/ @javax.annotation.Nullable @ApiModelProperty(value = "
50%再生視聴ビーコンURLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※httpsのURLのみ設定可能です。
Playback viewing beacon URL (50%).
This field will be returned in the response, it will be ignored on input.
∗Available URL is only "https".
") @JsonProperty(JSON_PROPERTY_VIDEO50_PERCENT_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public List getVideo50PercentBeaconUrls() { return video50PercentBeaconUrls; } @JsonProperty(JSON_PROPERTY_VIDEO50_PERCENT_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setVideo50PercentBeaconUrls(List video50PercentBeaconUrls) { this.video50PercentBeaconUrls = video50PercentBeaconUrls; } public GuaranteedAdGroupAdServiceTopImpactPanorama video75PercentBeaconUrls(List video75PercentBeaconUrls) { this.video75PercentBeaconUrls = video75PercentBeaconUrls; return this; } public GuaranteedAdGroupAdServiceTopImpactPanorama addVideo75PercentBeaconUrlsItem(String video75PercentBeaconUrlsItem) { if (this.video75PercentBeaconUrls == null) { this.video75PercentBeaconUrls = new ArrayList<>(); } this.video75PercentBeaconUrls.add(video75PercentBeaconUrlsItem); return this; } /** * <div lang=\"ja\"> 75%再生視聴ビーコンURLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※httpsのURLのみ設定可能です。 </div> <div lang=\"en\"> Playback viewing beacon URL (75%).<br> This field will be returned in the response, it will be ignored on input.<br> ∗Available URL is only &#34;https&#34;. </div> * @return video75PercentBeaconUrls **/ @javax.annotation.Nullable @ApiModelProperty(value = "
75%再生視聴ビーコンURLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※httpsのURLのみ設定可能です。
Playback viewing beacon URL (75%).
This field will be returned in the response, it will be ignored on input.
∗Available URL is only "https".
") @JsonProperty(JSON_PROPERTY_VIDEO75_PERCENT_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public List getVideo75PercentBeaconUrls() { return video75PercentBeaconUrls; } @JsonProperty(JSON_PROPERTY_VIDEO75_PERCENT_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setVideo75PercentBeaconUrls(List video75PercentBeaconUrls) { this.video75PercentBeaconUrls = video75PercentBeaconUrls; } public GuaranteedAdGroupAdServiceTopImpactPanorama video10SecBeaconUrls(List video10SecBeaconUrls) { this.video10SecBeaconUrls = video10SecBeaconUrls; return this; } public GuaranteedAdGroupAdServiceTopImpactPanorama addVideo10SecBeaconUrlsItem(String video10SecBeaconUrlsItem) { if (this.video10SecBeaconUrls == null) { this.video10SecBeaconUrls = new ArrayList<>(); } this.video10SecBeaconUrls.add(video10SecBeaconUrlsItem); return this; } /** * <div lang=\"ja\"> 10秒視聴ビーコンURLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※httpsのURLのみ設定可能です。 </div> <div lang=\"en\"> Viewing beacon URL (10 seconds).<br> This field will be returned in the response, it will be ignored on input.<br> ∗Available URL is only &#34;https&#34;. </div> * @return video10SecBeaconUrls **/ @javax.annotation.Nullable @ApiModelProperty(value = "
10秒視聴ビーコンURLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※httpsのURLのみ設定可能です。
Viewing beacon URL (10 seconds).
This field will be returned in the response, it will be ignored on input.
∗Available URL is only "https".
") @JsonProperty(JSON_PROPERTY_VIDEO10_SEC_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public List getVideo10SecBeaconUrls() { return video10SecBeaconUrls; } @JsonProperty(JSON_PROPERTY_VIDEO10_SEC_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setVideo10SecBeaconUrls(List video10SecBeaconUrls) { this.video10SecBeaconUrls = video10SecBeaconUrls; } public GuaranteedAdGroupAdServiceTopImpactPanorama videoCompleteBeaconUrls(List videoCompleteBeaconUrls) { this.videoCompleteBeaconUrls = videoCompleteBeaconUrls; return this; } public GuaranteedAdGroupAdServiceTopImpactPanorama addVideoCompleteBeaconUrlsItem(String videoCompleteBeaconUrlsItem) { if (this.videoCompleteBeaconUrls == null) { this.videoCompleteBeaconUrls = new ArrayList<>(); } this.videoCompleteBeaconUrls.add(videoCompleteBeaconUrlsItem); return this; } /** * <div lang=\"ja\"> 再生完了ビーコンURLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※httpsのURLのみ設定可能です。 </div> <div lang=\"en\"> Viewing beacon URL (complete).<br> This field will be returned in the response, it will be ignored on input.<br> ∗Available URL is only &#34;https&#34;. </div> * @return videoCompleteBeaconUrls **/ @javax.annotation.Nullable @ApiModelProperty(value = "
再生完了ビーコンURLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※httpsのURLのみ設定可能です。
Viewing beacon URL (complete).
This field will be returned in the response, it will be ignored on input.
∗Available URL is only "https".
") @JsonProperty(JSON_PROPERTY_VIDEO_COMPLETE_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public List getVideoCompleteBeaconUrls() { return videoCompleteBeaconUrls; } @JsonProperty(JSON_PROPERTY_VIDEO_COMPLETE_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setVideoCompleteBeaconUrls(List videoCompleteBeaconUrls) { this.videoCompleteBeaconUrls = videoCompleteBeaconUrls; } public GuaranteedAdGroupAdServiceTopImpactPanorama videoStartBeaconUrls(List videoStartBeaconUrls) { this.videoStartBeaconUrls = videoStartBeaconUrls; return this; } public GuaranteedAdGroupAdServiceTopImpactPanorama addVideoStartBeaconUrlsItem(String videoStartBeaconUrlsItem) { if (this.videoStartBeaconUrls == null) { this.videoStartBeaconUrls = new ArrayList<>(); } this.videoStartBeaconUrls.add(videoStartBeaconUrlsItem); return this; } /** * <div lang=\"ja\"> 再生開始ビーコンURLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※httpsのURLのみ設定可能です。 </div> <div lang=\"en\"> Viewing beacon URL (start).<br> This field will be returned in the response, it will be ignored on input.<br> ∗Available URL is only &#34;https&#34;. </div> * @return videoStartBeaconUrls **/ @javax.annotation.Nullable @ApiModelProperty(value = "
再生開始ビーコンURLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※httpsのURLのみ設定可能です。
Viewing beacon URL (start).
This field will be returned in the response, it will be ignored on input.
∗Available URL is only "https".
") @JsonProperty(JSON_PROPERTY_VIDEO_START_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public List getVideoStartBeaconUrls() { return videoStartBeaconUrls; } @JsonProperty(JSON_PROPERTY_VIDEO_START_BEACON_URLS) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setVideoStartBeaconUrls(List videoStartBeaconUrls) { this.videoStartBeaconUrls = videoStartBeaconUrls; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } GuaranteedAdGroupAdServiceTopImpactPanorama guaranteedAdGroupAdServiceTopImpactPanorama = (GuaranteedAdGroupAdServiceTopImpactPanorama) o; return Objects.equals(this.displayUrl, guaranteedAdGroupAdServiceTopImpactPanorama.displayUrl) && Objects.equals(this.customParameters, guaranteedAdGroupAdServiceTopImpactPanorama.customParameters) && Objects.equals(this.displayUrlLevel, guaranteedAdGroupAdServiceTopImpactPanorama.displayUrlLevel) && Objects.equals(this.finalUrl, guaranteedAdGroupAdServiceTopImpactPanorama.finalUrl) && Objects.equals(this.trackingUrl, guaranteedAdGroupAdServiceTopImpactPanorama.trackingUrl) && Objects.equals(this.adLeftSideMediaId, guaranteedAdGroupAdServiceTopImpactPanorama.adLeftSideMediaId) && Objects.equals(this.adRightSideMediaId, guaranteedAdGroupAdServiceTopImpactPanorama.adRightSideMediaId) && Objects.equals(this.adShrinkMainMediaId, guaranteedAdGroupAdServiceTopImpactPanorama.adShrinkMainMediaId) && Objects.equals(this.thumbnailMediaId, guaranteedAdGroupAdServiceTopImpactPanorama.thumbnailMediaId) && Objects.equals(this.video3SecBeaconUrls, guaranteedAdGroupAdServiceTopImpactPanorama.video3SecBeaconUrls) && Objects.equals(this.video25PercentBeaconUrls, guaranteedAdGroupAdServiceTopImpactPanorama.video25PercentBeaconUrls) && Objects.equals(this.video50PercentBeaconUrls, guaranteedAdGroupAdServiceTopImpactPanorama.video50PercentBeaconUrls) && Objects.equals(this.video75PercentBeaconUrls, guaranteedAdGroupAdServiceTopImpactPanorama.video75PercentBeaconUrls) && Objects.equals(this.video10SecBeaconUrls, guaranteedAdGroupAdServiceTopImpactPanorama.video10SecBeaconUrls) && Objects.equals(this.videoCompleteBeaconUrls, guaranteedAdGroupAdServiceTopImpactPanorama.videoCompleteBeaconUrls) && Objects.equals(this.videoStartBeaconUrls, guaranteedAdGroupAdServiceTopImpactPanorama.videoStartBeaconUrls); } @Override public int hashCode() { return Objects.hash(displayUrl, customParameters, displayUrlLevel, finalUrl, trackingUrl, adLeftSideMediaId, adRightSideMediaId, adShrinkMainMediaId, thumbnailMediaId, video3SecBeaconUrls, video25PercentBeaconUrls, video50PercentBeaconUrls, video75PercentBeaconUrls, video10SecBeaconUrls, videoCompleteBeaconUrls, videoStartBeaconUrls); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class GuaranteedAdGroupAdServiceTopImpactPanorama {\n"); sb.append(" displayUrl: ").append(toIndentedString(displayUrl)).append("\n"); sb.append(" customParameters: ").append(toIndentedString(customParameters)).append("\n"); sb.append(" displayUrlLevel: ").append(toIndentedString(displayUrlLevel)).append("\n"); sb.append(" finalUrl: ").append(toIndentedString(finalUrl)).append("\n"); sb.append(" trackingUrl: ").append(toIndentedString(trackingUrl)).append("\n"); sb.append(" adLeftSideMediaId: ").append(toIndentedString(adLeftSideMediaId)).append("\n"); sb.append(" adRightSideMediaId: ").append(toIndentedString(adRightSideMediaId)).append("\n"); sb.append(" adShrinkMainMediaId: ").append(toIndentedString(adShrinkMainMediaId)).append("\n"); sb.append(" thumbnailMediaId: ").append(toIndentedString(thumbnailMediaId)).append("\n"); sb.append(" video3SecBeaconUrls: ").append(toIndentedString(video3SecBeaconUrls)).append("\n"); sb.append(" video25PercentBeaconUrls: ").append(toIndentedString(video25PercentBeaconUrls)).append("\n"); sb.append(" video50PercentBeaconUrls: ").append(toIndentedString(video50PercentBeaconUrls)).append("\n"); sb.append(" video75PercentBeaconUrls: ").append(toIndentedString(video75PercentBeaconUrls)).append("\n"); sb.append(" video10SecBeaconUrls: ").append(toIndentedString(video10SecBeaconUrls)).append("\n"); sb.append(" videoCompleteBeaconUrls: ").append(toIndentedString(videoCompleteBeaconUrls)).append("\n"); sb.append(" videoStartBeaconUrls: ").append(toIndentedString(videoStartBeaconUrls)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy