public class DescribeClusterPersonTraceResponse extends AbstractModel
Constructor and Description |
---|
DescribeClusterPersonTraceResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getMallCode()
获取卖场用户编码
|
String |
getMallId()
获取卖场系统编码
|
String |
getPersonId()
获取客户编码
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
DailyTracePoint[] |
getTracePointSet()
获取轨迹序列
|
void |
setMallCode(String MallCode)
设置卖场用户编码
|
void |
setMallId(String MallId)
设置卖场系统编码
|
void |
setPersonId(String PersonId)
设置客户编码
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTracePointSet(DailyTracePoint[] TracePointSet)
设置轨迹序列
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 DailyTracePoint[] getTracePointSet()
public void setTracePointSet(DailyTracePoint[] TracePointSet)
TracePointSet
- 轨迹序列public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.