public class ZHToneWordsInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ZHToneWordsInfo()  | 
ZHToneWordsInfo(ZHToneWordsInfo 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[] | 
getNegative()
Get Negative word list. 
 | 
String[] | 
getNeutral()
Get Specifies the word list. 
 | 
String[] | 
getPositive()
Get Positive word list. 
 | 
void | 
setNegative(String[] Negative)
Set Negative word list. 
 | 
void | 
setNeutral(String[] Neutral)
Set Specifies the word list. 
 | 
void | 
setPositive(String[] Positive)
Set Positive word list. 
 | 
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 ZHToneWordsInfo()
public ZHToneWordsInfo(ZHToneWordsInfo source)
public String[] getNeutral()
public void setNeutral(String[] Neutral)
Neutral - Specifies the word list.public String[] getPositive()
public void setPositive(String[] Positive)
Positive - Positive word list.public String[] getNegative()
public void setNegative(String[] Negative)
Negative - Negative word list.Copyright © 2025. All rights reserved.