Class DislikeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.irp.v20220324.models.DislikeInfo
-
public class DislikeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DislikeInfo()DislikeInfo(DislikeInfo 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 StringgetType()Get 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等StringgetValue()Get type对应字段名的值,如具体的topic名,作者id等voidsetType(String Type)Set 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等voidsetValue(String Value)Set type对应字段名的值,如具体的topic名,作者id等voidtoMap(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
-
DislikeInfo
public DislikeInfo()
-
DislikeInfo
public DislikeInfo(DislikeInfo 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
-
getType
public String getType()
Get 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等- Returns:
- Type 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等
-
setType
public void setType(String Type)
Set 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等- Parameters:
Type- 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等
-
getValue
public String getValue()
Get type对应字段名的值,如具体的topic名,作者id等- Returns:
- Value type对应字段名的值,如具体的topic名,作者id等
-
setValue
public void setValue(String Value)
Set type对应字段名的值,如具体的topic名,作者id等- Parameters:
Value- type对应字段名的值,如具体的topic名,作者id等
-
-