public class SimilarQuestionModify extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SimilarQuestionModify()  | 
SimilarQuestionModify(SimilarQuestionModify 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[] | 
getAddQuestions()
Get List of similar questions (content) to be added. 
 | 
SimilarQuestion[] | 
getDeleteQuestions()
Get List of similar questions to be deleted. 
 | 
SimilarQuestion[] | 
getUpdateQuestions()
Get List of similar questions to be updated. 
 | 
void | 
setAddQuestions(String[] AddQuestions)
Set List of similar questions (content) to be added. 
 | 
void | 
setDeleteQuestions(SimilarQuestion[] DeleteQuestions)
Set List of similar questions to be deleted. 
 | 
void | 
setUpdateQuestions(SimilarQuestion[] UpdateQuestions)
Set List of similar questions to be updated. 
 | 
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 SimilarQuestionModify()
public SimilarQuestionModify(SimilarQuestionModify source)
public String[] getAddQuestions()
public void setAddQuestions(String[] AddQuestions)
AddQuestions - List of similar questions (content) to be added.public SimilarQuestion[] getUpdateQuestions()
public void setUpdateQuestions(SimilarQuestion[] UpdateQuestions)
UpdateQuestions - List of similar questions to be updated.public SimilarQuestion[] getDeleteQuestions()
public void setDeleteQuestions(SimilarQuestion[] DeleteQuestions)
DeleteQuestions - List of similar questions to be deleted.Copyright © 2025. All rights reserved.