package com.yeshi.fanli.vo.pdd;
|
|
public class PDDConvertLinkResultVO {
|
|
|
private String mobile_url;
|
private WeAppInfoBean we_app_info;
|
private String url;
|
private String mobile_short_url;
|
private String short_url;
|
private String schema_url;
|
|
|
public String getMobile_short_url() {
|
return mobile_short_url;
|
}
|
|
public void setMobile_short_url(String mobile_short_url) {
|
this.mobile_short_url = mobile_short_url;
|
}
|
|
public String getShort_url() {
|
return short_url;
|
}
|
|
public void setShort_url(String short_url) {
|
this.short_url = short_url;
|
}
|
|
public String getMobile_url() {
|
return mobile_url;
|
}
|
|
public void setMobile_url(String mobile_url) {
|
this.mobile_url = mobile_url;
|
}
|
|
public WeAppInfoBean getWe_app_info() {
|
return we_app_info;
|
}
|
|
public void setWe_app_info(WeAppInfoBean we_app_info) {
|
this.we_app_info = we_app_info;
|
}
|
|
public String getUrl() {
|
return url;
|
}
|
|
public void setUrl(String url) {
|
this.url = url;
|
}
|
|
public String getSchema_url() {
|
return schema_url;
|
}
|
|
public void setSchema_url(String schema_url) {
|
this.schema_url = schema_url;
|
}
|
|
public static class WeAppInfoBean {
|
/**
|
* we_app_icon_url : http://xcxcdn.yangkeduo.com/pdd_logo.png
|
* user_name : gh_a6611aee87d6
|
* page_path : /pages/web/web?specialUrl=1&src=https%3A%2F%2Fmobile.yangkeduo.com%2Fduo_coupon_landing.html%3F__page%3Dauth%26pid%3D8590899_72067895%26customParameters%3D437032_20210428%26cpsSign%3DCC_210428_8590899_72067895_4c6d8bf9fbfde82ac15214b7e0ae93f8%26duoduo_type%3D2
|
* source_display_name : 拼多多福利券
|
* title : 认证页
|
* app_id : wxa918198f16869201
|
* desc : 拼多多,多实惠,多乐趣。
|
*/
|
|
private String we_app_icon_url;
|
private String user_name;
|
private String page_path;
|
private String source_display_name;
|
private String title;
|
private String app_id;
|
private String desc;
|
|
public String getWe_app_icon_url() {
|
return we_app_icon_url;
|
}
|
|
public void setWe_app_icon_url(String we_app_icon_url) {
|
this.we_app_icon_url = we_app_icon_url;
|
}
|
|
public String getUser_name() {
|
return user_name;
|
}
|
|
public void setUser_name(String user_name) {
|
this.user_name = user_name;
|
}
|
|
public String getPage_path() {
|
return page_path;
|
}
|
|
public void setPage_path(String page_path) {
|
this.page_path = page_path;
|
}
|
|
public String getSource_display_name() {
|
return source_display_name;
|
}
|
|
public void setSource_display_name(String source_display_name) {
|
this.source_display_name = source_display_name;
|
}
|
|
public String getTitle() {
|
return title;
|
}
|
|
public void setTitle(String title) {
|
this.title = title;
|
}
|
|
public String getApp_id() {
|
return app_id;
|
}
|
|
public void setApp_id(String app_id) {
|
this.app_id = app_id;
|
}
|
|
public String getDesc() {
|
return desc;
|
}
|
|
public void setDesc(String desc) {
|
this.desc = desc;
|
}
|
}
|
}
|