Class GroupProIspDataInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.GroupProIspDataInfo
-
public class GroupProIspDataInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GroupProIspDataInfo()GroupProIspDataInfo(GroupProIspDataInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CdnPlayStatData[]getDetailInfoList()Get 分钟维度的明细数据。StringgetIspName()Get 运营商。StringgetProvinceName()Get 省份。voidsetDetailInfoList(CdnPlayStatData[] DetailInfoList)Set 分钟维度的明细数据。voidsetIspName(String IspName)Set 运营商。voidsetProvinceName(String ProvinceName)Set 省份。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GroupProIspDataInfo
public GroupProIspDataInfo()
-
GroupProIspDataInfo
public GroupProIspDataInfo(GroupProIspDataInfo 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.
-
-
Method Detail
-
getProvinceName
public String getProvinceName()
Get 省份。- Returns:
- ProvinceName 省份。
-
setProvinceName
public void setProvinceName(String ProvinceName)
Set 省份。- Parameters:
ProvinceName- 省份。
-
getIspName
public String getIspName()
Get 运营商。- Returns:
- IspName 运营商。
-
setIspName
public void setIspName(String IspName)
Set 运营商。- Parameters:
IspName- 运营商。
-
getDetailInfoList
public CdnPlayStatData[] getDetailInfoList()
Get 分钟维度的明细数据。- Returns:
- DetailInfoList 分钟维度的明细数据。
-
setDetailInfoList
public void setDetailInfoList(CdnPlayStatData[] DetailInfoList)
Set 分钟维度的明细数据。- Parameters:
DetailInfoList- 分钟维度的明细数据。
-
-