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

jp.co.yahoo.adsdisplayapi.v14.model.GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch 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: v14 * * * 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.v14.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 com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.annotation.JsonTypeName; /** * <div lang=\"ja\"> GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitchオブジェクトは、トップインパクト パノラマ パネルスイッチ広告の詳細情報を表します。 </div> <div lang=\"en\"> GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch object describes detailed information of Top Impact Panorama Panel-switch ad. </div> */ @ApiModel(description = "
GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitchオブジェクトは、トップインパクト パノラマ パネルスイッチ広告の詳細情報を表します。
GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch object describes detailed information of Top Impact Panorama Panel-switch ad.
") @JsonPropertyOrder({ GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.JSON_PROPERTY_DISPLAY_ORDER, GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.JSON_PROPERTY_FINAL_URL, GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.JSON_PROPERTY_MEDIA_ID, GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.JSON_PROPERTY_SWITCH_MEDIA_ID, GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.JSON_PROPERTY_AD_LEFT_SIDE_MEDIA_ID, GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.JSON_PROPERTY_AD_RIGHT_SIDE_MEDIA_ID }) @JsonTypeName("GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch { public static final String JSON_PROPERTY_DISPLAY_ORDER = "displayOrder"; private Long displayOrder; public static final String JSON_PROPERTY_FINAL_URL = "finalUrl"; private String finalUrl; public static final String JSON_PROPERTY_MEDIA_ID = "mediaId"; private Long mediaId; public static final String JSON_PROPERTY_SWITCH_MEDIA_ID = "switchMediaId"; private Long switchMediaId; 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 GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch() { } public GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch displayOrder(Long displayOrder) { this.displayOrder = displayOrder; return this; } /** * <div lang=\"ja\"> パネルの表示順です。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。<br> ※指定しない場合は自動で設定されます。 </div> <div lang=\"en\"> Panel display order.<br> This field will be returned in the response, it will be ignored on input.<br> *If not specified, it will be set automatically. </div> * @return displayOrder **/ @javax.annotation.Nullable @ApiModelProperty(value = "
パネルの表示順です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※指定しない場合は自動で設定されます。
Panel display order.
This field will be returned in the response, it will be ignored on input.
*If not specified, it will be set automatically.
") @JsonProperty(JSON_PROPERTY_DISPLAY_ORDER) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public Long getDisplayOrder() { return displayOrder; } @JsonProperty(JSON_PROPERTY_DISPLAY_ORDER) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setDisplayOrder(Long displayOrder) { this.displayOrder = displayOrder; } public GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch finalUrl(String finalUrl) { this.finalUrl = finalUrl; return this; } /** * <div lang=\"ja\">最終リンク先URLです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div> <div lang=\"en\">Final URL.<br> This field will be returned in the response, it will be ignored on input. </div> * @return finalUrl **/ @javax.annotation.Nullable @ApiModelProperty(value = "
最終リンク先URLです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Final URL.
This field will be returned in the response, it will be ignored on input.
") @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 GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch mediaId(Long mediaId) { this.mediaId = mediaId; return this; } /** * <div lang=\"ja\"> メディアIDです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div> <div lang=\"en\"> Media ID.<br> This field will be returned in the response, it will be ignored on input. </div> * @return mediaId **/ @javax.annotation.Nullable @ApiModelProperty(value = "
メディアIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Media ID.
This field will be returned in the response, it will be ignored on input.
") @JsonProperty(JSON_PROPERTY_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public Long getMediaId() { return mediaId; } @JsonProperty(JSON_PROPERTY_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setMediaId(Long mediaId) { this.mediaId = mediaId; } public GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch switchMediaId(Long switchMediaId) { this.switchMediaId = switchMediaId; return this; } /** * <div lang=\"ja\"> スイッチ画像のメディアIDです。<br> このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div> <div lang=\"en\"> Media ID of switch image.<br> This field will be returned in the response, it will be ignored on input. </div> * @return switchMediaId **/ @javax.annotation.Nullable @ApiModelProperty(value = "
スイッチ画像のメディアIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Media ID of switch image.
This field will be returned in the response, it will be ignored on input.
") @JsonProperty(JSON_PROPERTY_SWITCH_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public Long getSwitchMediaId() { return switchMediaId; } @JsonProperty(JSON_PROPERTY_SWITCH_MEDIA_ID) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) public void setSwitchMediaId(Long switchMediaId) { this.switchMediaId = switchMediaId; } public GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch 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 GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch 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; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch guaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch = (GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch) o; return Objects.equals(this.displayOrder, guaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.displayOrder) && Objects.equals(this.finalUrl, guaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.finalUrl) && Objects.equals(this.mediaId, guaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.mediaId) && Objects.equals(this.switchMediaId, guaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.switchMediaId) && Objects.equals(this.adLeftSideMediaId, guaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.adLeftSideMediaId) && Objects.equals(this.adRightSideMediaId, guaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch.adRightSideMediaId); } @Override public int hashCode() { return Objects.hash(displayOrder, finalUrl, mediaId, switchMediaId, adLeftSideMediaId, adRightSideMediaId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class GuaranteedAdGroupAdServiceTopImpactPanoramaPanelSwitch {\n"); sb.append(" displayOrder: ").append(toIndentedString(displayOrder)).append("\n"); sb.append(" finalUrl: ").append(toIndentedString(finalUrl)).append("\n"); sb.append(" mediaId: ").append(toIndentedString(mediaId)).append("\n"); sb.append(" switchMediaId: ").append(toIndentedString(switchMediaId)).append("\n"); sb.append(" adLeftSideMediaId: ").append(toIndentedString(adLeftSideMediaId)).append("\n"); sb.append(" adRightSideMediaId: ").append(toIndentedString(adRightSideMediaId)).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