public class DeleteAuditKeywordsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteAuditKeywordsRequest() | 
| DeleteAuditKeywordsRequest(DeleteAuditKeywordsRequest 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[] | getKeywordIds()Get 要删除的关键词 Id 列表。 | 
| String | getLibId()Get 关键词库 Id。 | 
| void | setKeywordIds(String[] KeywordIds)Set 要删除的关键词 Id 列表。 | 
| void | setLibId(String LibId)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 DeleteAuditKeywordsRequest()
public DeleteAuditKeywordsRequest(DeleteAuditKeywordsRequest source)
public String[] getKeywordIds()
public void setKeywordIds(String[] KeywordIds)
KeywordIds - 要删除的关键词 Id 列表。public String getLibId()
public void setLibId(String LibId)
LibId - 关键词库 Id。Copyright © 2025. All rights reserved.