public class GroupProIspDataInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
CdnPlayStatData[] |
getDetailInfoList()
Get 分钟维度的明细数据。
|
String |
getIspName()
Get 运营商。
|
String |
getProvinceName()
Get 省份。
|
void |
setDetailInfoList(CdnPlayStatData[] DetailInfoList)
Set 分钟维度的明细数据。
|
void |
setIspName(String IspName)
Set 运营商。
|
void |
setProvinceName(String ProvinceName)
Set 省份。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GroupProIspDataInfo()
public GroupProIspDataInfo(GroupProIspDataInfo source)
public String getProvinceName()
public void setProvinceName(String ProvinceName)
ProvinceName
- 省份。public String getIspName()
public void setIspName(String IspName)
IspName
- 运营商。public CdnPlayStatData[] getDetailInfoList()
public void setDetailInfoList(CdnPlayStatData[] DetailInfoList)
DetailInfoList
- 分钟维度的明细数据。Copyright © 2021. All rights reserved.