public class DeleteLibSamplesRequest extends AbstractModel
header, skipSign| 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[] | getSampleContents()Get 关键词内容列表 | 
| String[] | getSampleIDs()Get 关键词ID列表 | 
| void | setLibID(String LibID)Set 词库ID | 
| void | setSampleContents(String[] SampleContents)Set 关键词内容列表 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteLibSamplesRequest()
public DeleteLibSamplesRequest(DeleteLibSamplesRequest source)
public String[] getSampleIDs()
public void setSampleIDs(String[] SampleIDs)
SampleIDs - 关键词ID列表public String getLibID()
public void setLibID(String LibID)
LibID - 词库IDpublic String[] getSampleContents()
public void setSampleContents(String[] SampleContents)
SampleContents - 关键词内容列表Copyright © 2025. All rights reserved.