public class NetworkHistoryInfo extends AbstractModel
构造器和说明 |
---|
NetworkHistoryInfo() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCity()
Get 店铺城市
|
String |
getCompanyId()
Get 集团id
|
Integer |
getCount()
Get 总数
|
NetworkInfo[] |
getInfos()
Get 网络信息
|
String |
getProvince()
Get 店铺省份
|
Integer |
getShopId()
Get 店铺id
|
String |
getShopName()
Get 店铺名称
|
void |
setCity(String City)
Set 店铺城市
|
void |
setCompanyId(String CompanyId)
Set 集团id
|
void |
setCount(Integer Count)
Set 总数
|
void |
setInfos(NetworkInfo[] Infos)
Set 网络信息
|
void |
setProvince(String Province)
Set 店铺省份
|
void |
setShopId(Integer ShopId)
Set 店铺id
|
void |
setShopName(String ShopName)
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 Integer getCount()
public void setCount(Integer Count)
Count
- 总数public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 集团idpublic Integer getShopId()
public void setShopId(Integer ShopId)
ShopId
- 店铺idpublic String getProvince()
public void setProvince(String Province)
Province
- 店铺省份public String getCity()
public void setCity(String City)
City
- 店铺城市public String getShopName()
public void setShopName(String ShopName)
ShopName
- 店铺名称public NetworkInfo[] getInfos()
public void setInfos(NetworkInfo[] Infos)
Infos
- 网络信息Copyright © 2020. All rights reserved.