public class XP2PDetailInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| XP2PDetailInfo() | 
| XP2PDetailInfo(XP2PDetailInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppId()Get AppId。 | 
| Long | getCdnBytes()Get CDN流量。 | 
| Long | getOnlinePeople()Get 在线人数。 | 
| Long | getP2pBytes()Get P2P流量。 | 
| Long | getRequest()Get 起播请求次数 | 
| Long | getRequestSuccess()Get 起播成功次数 | 
| String | getStreamName()Get 流ID。 | 
| Long | getStuckPeople()Get 卡播人数。 | 
| Long | getStuckTimes()Get 卡播次数。 | 
| String | getTime()Get 时间,一分钟粒度,utc格式:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I。。 | 
| String | getType()Get 类型,分live和vod两种。 | 
| void | setAppId(String AppId)Set AppId。 | 
| void | setCdnBytes(Long CdnBytes)Set CDN流量。 | 
| void | setOnlinePeople(Long OnlinePeople)Set 在线人数。 | 
| void | setP2pBytes(Long P2pBytes)Set P2P流量。 | 
| void | setRequest(Long Request)Set 起播请求次数 | 
| void | setRequestSuccess(Long RequestSuccess)Set 起播成功次数 | 
| void | setStreamName(String StreamName)Set 流ID。 | 
| void | setStuckPeople(Long StuckPeople)Set 卡播人数。 | 
| void | setStuckTimes(Long StuckTimes)Set 卡播次数。 | 
| void | setTime(String Time)Set 时间,一分钟粒度,utc格式:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I。。 | 
| void | setType(String Type)Set 类型,分live和vod两种。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic XP2PDetailInfo()
public XP2PDetailInfo(XP2PDetailInfo source)
public Long getCdnBytes()
public void setCdnBytes(Long CdnBytes)
CdnBytes - CDN流量。public Long getP2pBytes()
public void setP2pBytes(Long P2pBytes)
P2pBytes - P2P流量。public Long getStuckPeople()
public void setStuckPeople(Long StuckPeople)
StuckPeople - 卡播人数。public Long getStuckTimes()
public void setStuckTimes(Long StuckTimes)
StuckTimes - 卡播次数。public Long getOnlinePeople()
public void setOnlinePeople(Long OnlinePeople)
OnlinePeople - 在线人数。public Long getRequest()
public void setRequest(Long Request)
Request - 起播请求次数public Long getRequestSuccess()
public void setRequestSuccess(Long RequestSuccess)
RequestSuccess - 起播成功次数public String getTime()
public void setTime(String Time)
Time - 时间,一分钟粒度,utc格式:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I。。public String getType()
public void setType(String Type)
Type - 类型,分live和vod两种。public String getStreamName()
public void setStreamName(String StreamName)
StreamName - 流ID。public String getAppId()
public void setAppId(String AppId)
AppId - AppId。Copyright © 2025. All rights reserved.