Class MHMResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.smpn.v20190822.models.MHMResponse
-
public class MHMResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MHMResponse()
MHMResponse(MHMResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MHMResponse
public MHMResponse()
-
MHMResponse
public MHMResponse(MHMResponse 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.
-
-
Method Detail
-
getTagType
public Long getTagType()
Get 标记类型 0: 无标记 50:骚扰电话 51:房产中介 52:保险理财 53:广告推销 54:诈骗电话 55:快递电话 56:出租车专车- Returns:
- TagType 标记类型 0: 无标记 50:骚扰电话 51:房产中介 52:保险理财 53:广告推销 54:诈骗电话 55:快递电话 56:出租车专车
-
setTagType
public void setTagType(Long TagType)
Set 标记类型 0: 无标记 50:骚扰电话 51:房产中介 52:保险理财 53:广告推销 54:诈骗电话 55:快递电话 56:出租车专车- Parameters:
TagType
- 标记类型 0: 无标记 50:骚扰电话 51:房产中介 52:保险理财 53:广告推销 54:诈骗电话 55:快递电话 56:出租车专车
-
getTagCount
public Long getTagCount()
Get 标记次数- Returns:
- TagCount 标记次数
-
setTagCount
public void setTagCount(Long TagCount)
Set 标记次数- Parameters:
TagCount
- 标记次数
-
-