Class DeleteSampleDetails
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.DeleteSampleDetails
-
public class DeleteSampleDetails extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteSampleDetails()DeleteSampleDetails(DeleteSampleDetails 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 关键词内容BooleangetDeleted()Get 是否删除成功StringgetErrorInfo()Get 错误信息StringgetSampleID()Get 关键词IDvoidsetContent(String Content)Set 关键词内容voidsetDeleted(Boolean Deleted)Set 是否删除成功voidsetErrorInfo(String ErrorInfo)Set 错误信息voidsetSampleID(String SampleID)Set 关键词IDvoidtoMap(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
-
DeleteSampleDetails
public DeleteSampleDetails()
-
DeleteSampleDetails
public DeleteSampleDetails(DeleteSampleDetails 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
-
getSampleID
public String getSampleID()
Get 关键词ID- Returns:
- SampleID 关键词ID
-
setSampleID
public void setSampleID(String SampleID)
Set 关键词ID- Parameters:
SampleID- 关键词ID
-
getContent
public String getContent()
Get 关键词内容- Returns:
- Content 关键词内容
-
setContent
public void setContent(String Content)
Set 关键词内容- Parameters:
Content- 关键词内容
-
getDeleted
public Boolean getDeleted()
Get 是否删除成功- Returns:
- Deleted 是否删除成功
-
setDeleted
public void setDeleted(Boolean Deleted)
Set 是否删除成功- Parameters:
Deleted- 是否删除成功
-
getErrorInfo
public String getErrorInfo()
Get 错误信息- Returns:
- ErrorInfo 错误信息
-
setErrorInfo
public void setErrorInfo(String ErrorInfo)
Set 错误信息- Parameters:
ErrorInfo- 错误信息
-
-