Class DeleteLibSamplesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.DeleteLibSamplesRequest
-
public class DeleteLibSamplesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLibID()Get 词库IDString[]getSampleContents()Get 关键词内容列表String[]getSampleIDs()Get 关键词ID列表voidsetLibID(String LibID)Set 词库IDvoidsetSampleContents(String[] SampleContents)Set 关键词内容列表voidsetSampleIDs(String[] SampleIDs)Set 关键词ID列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteLibSamplesRequest
public DeleteLibSamplesRequest()
-
DeleteLibSamplesRequest
public 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.
-
-
Method Detail
-
getSampleIDs
public String[] getSampleIDs()
Get 关键词ID列表- Returns:
- SampleIDs 关键词ID列表
-
setSampleIDs
public void setSampleIDs(String[] SampleIDs)
Set 关键词ID列表- Parameters:
SampleIDs- 关键词ID列表
-
getLibID
public String getLibID()
Get 词库ID- Returns:
- LibID 词库ID
-
setLibID
public void setLibID(String LibID)
Set 词库ID- Parameters:
LibID- 词库ID
-
getSampleContents
public String[] getSampleContents()
Get 关键词内容列表- Returns:
- SampleContents 关键词内容列表
-
setSampleContents
public void setSampleContents(String[] SampleContents)
Set 关键词内容列表- Parameters:
SampleContents- 关键词内容列表
-
-