public class GroupProIspDataInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 © 2025. All rights reserved.