Class DescribeLibSamplesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.DescribeLibSamplesRequest
-
public class DescribeLibSamplesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeLibSamplesRequest()DescribeLibSamplesRequest(DescribeLibSamplesRequest 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 StringgetContent()Get 词内容过滤Long[]getEvilTypeList()Get 违规类型列表过滤StringgetLibID()Get 词库IDLonggetLimit()Get 单页条数,最大为100条LonggetOffset()Get 条数偏移量String[]getSampleIDs()Get 样本词ID列表过滤voidsetContent(String Content)Set 词内容过滤voidsetEvilTypeList(Long[] EvilTypeList)Set 违规类型列表过滤voidsetLibID(String LibID)Set 词库IDvoidsetLimit(Long Limit)Set 单页条数,最大为100条voidsetOffset(Long Offset)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
-
DescribeLibSamplesRequest
public DescribeLibSamplesRequest()
-
DescribeLibSamplesRequest
public DescribeLibSamplesRequest(DescribeLibSamplesRequest 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
-
getLimit
public Long getLimit()
Get 单页条数,最大为100条- Returns:
- Limit 单页条数,最大为100条
-
setLimit
public void setLimit(Long Limit)
Set 单页条数,最大为100条- Parameters:
Limit- 单页条数,最大为100条
-
getOffset
public Long getOffset()
Get 条数偏移量- Returns:
- Offset 条数偏移量
-
setOffset
public void setOffset(Long Offset)
Set 条数偏移量- Parameters:
Offset- 条数偏移量
-
getLibID
public String getLibID()
Get 词库ID- Returns:
- LibID 词库ID
-
setLibID
public void setLibID(String LibID)
Set 词库ID- Parameters:
LibID- 词库ID
-
getContent
public String getContent()
Get 词内容过滤- Returns:
- Content 词内容过滤
-
setContent
public void setContent(String Content)
Set 词内容过滤- Parameters:
Content- 词内容过滤
-
getEvilTypeList
public Long[] getEvilTypeList()
Get 违规类型列表过滤- Returns:
- EvilTypeList 违规类型列表过滤
-
setEvilTypeList
public void setEvilTypeList(Long[] EvilTypeList)
Set 违规类型列表过滤- Parameters:
EvilTypeList- 违规类型列表过滤
-
getSampleIDs
public String[] getSampleIDs()
Get 样本词ID列表过滤- Returns:
- SampleIDs 样本词ID列表过滤
-
setSampleIDs
public void setSampleIDs(String[] SampleIDs)
Set 样本词ID列表过滤- Parameters:
SampleIDs- 样本词ID列表过滤
-
-