public static class DescribeShowListResponse.ShowListInfo extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeShowListResponse.ShowListInfo.Show |
构造器和说明 |
---|
ShowListInfo() |
限定符和类型 | 方法和说明 |
---|---|
String |
getBackground() |
String |
getCurrentShowId() |
String |
getHighPriorityShowId() |
String |
getHighPriorityShowStartTime() |
List<DescribeShowListResponse.ShowListInfo.Show> |
getShowList() |
Integer |
getShowListRepeatTimes() |
Integer |
getTotalShowListRepeatTimes() |
String |
getWatermark() |
void |
setBackground(String background) |
void |
setCurrentShowId(String currentShowId) |
void |
setHighPriorityShowId(String highPriorityShowId) |
void |
setHighPriorityShowStartTime(String highPriorityShowStartTime) |
void |
setShowList(List<DescribeShowListResponse.ShowListInfo.Show> showList) |
void |
setShowListRepeatTimes(Integer showListRepeatTimes) |
void |
setTotalShowListRepeatTimes(Integer totalShowListRepeatTimes) |
void |
setWatermark(String watermark) |
public String getCurrentShowId()
public void setCurrentShowId(String currentShowId)
public String getBackground()
public void setBackground(String background)
public String getWatermark()
public void setWatermark(String watermark)
public String getHighPriorityShowId()
public void setHighPriorityShowId(String highPriorityShowId)
public String getHighPriorityShowStartTime()
public void setHighPriorityShowStartTime(String highPriorityShowStartTime)
public Integer getShowListRepeatTimes()
public void setShowListRepeatTimes(Integer showListRepeatTimes)
public Integer getTotalShowListRepeatTimes()
public void setTotalShowListRepeatTimes(Integer totalShowListRepeatTimes)
public List<DescribeShowListResponse.ShowListInfo.Show> getShowList()
public void setShowList(List<DescribeShowListResponse.ShowListInfo.Show> showList)
Copyright © 2024. All Rights Reserved.