public class CHPResponse extends AbstractModel
Constructor and Description |
---|
CHPResponse() |
CHPResponse(CHPResponse 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 |
---|---|
Long |
getTagCount()
Get 标记次数
|
Long |
getTagType()
Get 标记类型
0: 无标记
50:骚扰电话
51:房产中介
52:保险理财
53:广告推销
54:诈骗电话
55:快递电话
56:出租车专车
|
void |
setTagCount(Long TagCount)
Set 标记次数
|
void |
setTagType(Long TagType)
Set 标记类型
0: 无标记
50:骚扰电话
51:房产中介
52:保险理财
53:广告推销
54:诈骗电话
55:快递电话
56:出租车专车
|
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 CHPResponse()
public CHPResponse(CHPResponse source)
public Long getTagType()
public void setTagType(Long TagType)
TagType
- 标记类型
0: 无标记
50:骚扰电话
51:房产中介
52:保险理财
53:广告推销
54:诈骗电话
55:快递电话
56:出租车专车public Long getTagCount()
public void setTagCount(Long TagCount)
TagCount
- 标记次数Copyright © 2021. All rights reserved.