public class DeleteLibSamplesRequest extends AbstractModel
Constructor and Description |
---|
DeleteLibSamplesRequest() |
DeleteLibSamplesRequest(DeleteLibSamplesRequest 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 |
getLibID()
Get 词库ID
|
String[] |
getSampleIDs()
Get 关键词ID
|
void |
setLibID(String LibID)
Set 词库ID
|
void |
setSampleIDs(String[] SampleIDs)
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 DeleteLibSamplesRequest()
public DeleteLibSamplesRequest(DeleteLibSamplesRequest source)
public String[] getSampleIDs()
public void setSampleIDs(String[] SampleIDs)
SampleIDs
- 关键词IDpublic String getLibID()
public void setLibID(String LibID)
LibID
- 词库IDCopyright © 2023. All rights reserved.