public class VoiceFilter extends AbstractModel
| Constructor and Description |
|---|
VoiceFilter() |
VoiceFilter(VoiceFilter 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 |
|---|---|
Long |
getType()
Get 过滤类型,1:色情,2:涉毒,3:谩骂
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getWord()
Get 过滤命中关键词
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 过滤类型,1:色情,2:涉毒,3:谩骂
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWord(String Word)
Set 过滤命中关键词
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic VoiceFilter()
public VoiceFilter(VoiceFilter source)
public Long getType()
public void setType(Long Type)
Type - 过滤类型,1:色情,2:涉毒,3:谩骂
注意:此字段可能返回 null,表示取不到有效值。public String getWord()
public void setWord(String Word)
Word - 过滤命中关键词
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.