public class SetVocabStateRequest extends AbstractModel
Constructor and Description |
---|
SetVocabStateRequest() |
SetVocabStateRequest(SetVocabStateRequest 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 |
getState()
Get 热词表状态,1:设为默认状态;0:设为非默认状态。
|
String |
getVocabId()
Get 热词表ID。
|
void |
setState(Long State)
Set 热词表状态,1:设为默认状态;0:设为非默认状态。
|
void |
setVocabId(String VocabId)
Set 热词表ID。
|
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, toJsonString
public SetVocabStateRequest()
public SetVocabStateRequest(SetVocabStateRequest source)
public String getVocabId()
public void setVocabId(String VocabId)
VocabId
- 热词表ID。public Long getState()
public void setState(Long State)
State
- 热词表状态,1:设为默认状态;0:设为非默认状态。Copyright © 2022. All rights reserved.