public class DislikeInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getType()Get 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等 | 
| String | getValue()Get type对应字段名的值,如具体的topic名,作者id等 | 
| void | setType(String Type)Set 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等 | 
| void | setValue(String Value)Set type对应字段名的值,如具体的topic名,作者id等 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DislikeInfo()
public DislikeInfo(DislikeInfo source)
public String getType()
public void setType(String Type)
Type - 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等public String getValue()
public void setValue(String Value)
Value - type对应字段名的值,如具体的topic名,作者id等Copyright © 2025. All rights reserved.