public class DeleteSampleDetails extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContent()Get 关键词内容 | 
| Boolean | getDeleted()Get 是否删除成功 | 
| String | getErrorInfo()Get 错误信息 | 
| String | getSampleID()Get 关键词ID | 
| void | setContent(String Content)Set 关键词内容 | 
| void | setDeleted(Boolean Deleted)Set 是否删除成功 | 
| void | setErrorInfo(String ErrorInfo)Set 错误信息 | 
| void | setSampleID(String SampleID)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 DeleteSampleDetails()
public DeleteSampleDetails(DeleteSampleDetails source)
public String getSampleID()
public void setSampleID(String SampleID)
SampleID - 关键词IDpublic String getContent()
public void setContent(String Content)
Content - 关键词内容public Boolean getDeleted()
public void setDeleted(Boolean Deleted)
Deleted - 是否删除成功public String getErrorInfo()
public void setErrorInfo(String ErrorInfo)
ErrorInfo - 错误信息Copyright © 2025. All rights reserved.