public class MHMResponse extends AbstractModel
Constructor and Description |
---|
MHMResponse() |
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 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 © 2020. All rights reserved.