public class GetPlayInfoInner extends Object
| 构造器和说明 |
|---|
GetPlayInfoInner() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCoverUrl() |
float |
getDuration() |
String |
getMediaType() |
PlayInfo[] |
getPlayInfoList() |
int |
getStatus() |
int |
getTotalCount() |
String |
getVideoID() |
void |
setCoverUrl(String coverUrl) |
void |
setDuration(float duration) |
void |
setMediaType(String mediaType) |
void |
setPlayInfoList(PlayInfo[] playInfoList) |
void |
setStatus(int status) |
void |
setTotalCount(int totalCount) |
void |
setVideoID(String videoID) |
String |
toString() |
public int getStatus()
public void setStatus(int status)
public String getVideoID()
public void setVideoID(String videoID)
public String getCoverUrl()
public void setCoverUrl(String coverUrl)
public float getDuration()
public void setDuration(float duration)
public String getMediaType()
public void setMediaType(String mediaType)
public PlayInfo[] getPlayInfoList()
public void setPlayInfoList(PlayInfo[] playInfoList)
public int getTotalCount()
public void setTotalCount(int totalCount)
Copyright © 2019. All rights reserved.