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