public class DescribePersonVisitInfoResponse extends AbstractModel
Constructor and Description |
---|
DescribePersonVisitInfoResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCompanyId()
获取公司ID
|
PersonVisitInfo[] |
getPersonVisitInfoSet()
获取用户到访明细
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Integer |
getShopId()
获取门店ID
|
Integer |
getTotalCount()
获取总数
|
void |
setCompanyId(String CompanyId)
设置公司ID
|
void |
setPersonVisitInfoSet(PersonVisitInfo[] PersonVisitInfoSet)
设置用户到访明细
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setShopId(Integer ShopId)
设置门店ID
|
void |
setTotalCount(Integer TotalCount)
设置总数
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 公司IDpublic Integer getShopId()
public void setShopId(Integer ShopId)
ShopId
- 门店IDpublic Integer getTotalCount()
public void setTotalCount(Integer TotalCount)
TotalCount
- 总数public PersonVisitInfo[] getPersonVisitInfoSet()
public void setPersonVisitInfoSet(PersonVisitInfo[] PersonVisitInfoSet)
PersonVisitInfoSet
- 用户到访明细public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.