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 Detailed data at the minute level. | 
| String | getIspName()Get ISP. | 
| String | getProvinceName()Get District. | 
| void | setDetailInfoList(CdnPlayStatData[] DetailInfoList)Set Detailed data at the minute level. | 
| void | setIspName(String IspName)Set ISP. | 
| void | setProvinceName(String ProvinceName)Set District. | 
| 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, toJsonStringpublic GroupProIspDataInfo()
public GroupProIspDataInfo(GroupProIspDataInfo source)
public String getProvinceName()
public void setProvinceName(String ProvinceName)
ProvinceName - District.public String getIspName()
public void setIspName(String IspName)
IspName - ISP.public CdnPlayStatData[] getDetailInfoList()
public void setDetailInfoList(CdnPlayStatData[] DetailInfoList)
DetailInfoList - Detailed data at the minute level.Copyright © 2023. All rights reserved.