public class DescribePersonArrivedMallResponse extends AbstractModel
Constructor and Description |
---|
DescribePersonArrivedMallResponse() |
DescribePersonArrivedMallResponse(DescribePersonArrivedMallResponse 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 |
---|---|
ArrivedMallInfo[] |
getArrivedMallSet()
Get 到场轨迹
|
String |
getMallCode()
Get 卖场用户编码
|
String |
getMallId()
Get 卖场系统编码
|
String |
getPersonId()
Get 客户编码
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setArrivedMallSet(ArrivedMallInfo[] ArrivedMallSet)
Set 到场轨迹
|
void |
setMallCode(String MallCode)
Set 卖场用户编码
|
void |
setMallId(String MallId)
Set 卖场系统编码
|
void |
setPersonId(String PersonId)
Set 客户编码
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 DescribePersonArrivedMallResponse()
public DescribePersonArrivedMallResponse(DescribePersonArrivedMallResponse source)
public String getMallId()
public void setMallId(String MallId)
MallId
- 卖场系统编码public String getMallCode()
public void setMallCode(String MallCode)
MallCode
- 卖场用户编码public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- 客户编码public ArrivedMallInfo[] getArrivedMallSet()
public void setArrivedMallSet(ArrivedMallInfo[] ArrivedMallSet)
ArrivedMallSet
- 到场轨迹public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.