网页标题兼容,周星榜图片样式裁剪,推荐卡加标签
This commit is contained in:
@@ -51,6 +51,38 @@ public class LiveBean implements Parcelable {
|
||||
//是否關注 1,關注 2,未關注
|
||||
private String isattention = "";
|
||||
private String recommendCardtype = "";
|
||||
private String recommendCardIconSizeTwo = "";
|
||||
private String recommendCardIconSizeThree = "";
|
||||
|
||||
public String getRecommendCardIconSizeTwo() {
|
||||
return recommendCardIconSizeTwo;
|
||||
}
|
||||
|
||||
public LiveBean setRecommendCardIconSizeTwo(String recommendCardIconSizeTwo) {
|
||||
this.recommendCardIconSizeTwo = recommendCardIconSizeTwo;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getRecommendCardIcon() {
|
||||
if (TextUtils.isEmpty(recommendCardIconSizeTwo)) {
|
||||
if (!TextUtils.isEmpty(recommendCardIconSizeThree)) {
|
||||
return recommendCardIconSizeThree;
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
} else {
|
||||
return recommendCardIconSizeTwo;
|
||||
}
|
||||
}
|
||||
|
||||
public String getRecommendCardIconSizeThree() {
|
||||
return recommendCardIconSizeThree;
|
||||
}
|
||||
|
||||
public LiveBean setRecommendCardIconSizeThree(String recommendCardIconSizeThree) {
|
||||
this.recommendCardIconSizeThree = recommendCardIconSizeThree;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getRecommendcardtype() {
|
||||
return recommendCardtype;
|
||||
|
||||
Reference in New Issue
Block a user