public class RejectedQuestion extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RejectedQuestion() | 
| RejectedQuestion(RejectedQuestion 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 | 
|---|---|
| Boolean | getIsAllowDelete()Get Whether deletion is allowed. | 
| Boolean | getIsAllowEdit()Get Whether editing is allowed. | 
| String | getQuestion()Get The question that has been rejected. | 
| String | getRejectedBizId()Get Reject question ID. | 
| Long | getStatus()Get Status. | 
| String | getStatusDesc()Get Status description. | 
| String | getUpdateTime()Get Update time. | 
| void | setIsAllowDelete(Boolean IsAllowDelete)Set Whether deletion is allowed. | 
| void | setIsAllowEdit(Boolean IsAllowEdit)Set Whether editing is allowed. | 
| void | setQuestion(String Question)Set The question that has been rejected. | 
| void | setRejectedBizId(String RejectedBizId)Set Reject question ID. | 
| void | setStatus(Long Status)Set Status. | 
| void | setStatusDesc(String StatusDesc)Set Status description. | 
| void | setUpdateTime(String UpdateTime)Set Update time. | 
| 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 RejectedQuestion()
public RejectedQuestion(RejectedQuestion source)
public String getRejectedBizId()
public void setRejectedBizId(String RejectedBizId)
RejectedBizId - Reject question ID.public String getQuestion()
public void setQuestion(String Question)
Question - The question that has been rejected.public Long getStatus()
public void setStatus(Long Status)
Status - Status.public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc - Status description.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time.public Boolean getIsAllowEdit()
public void setIsAllowEdit(Boolean IsAllowEdit)
IsAllowEdit - Whether editing is allowed.public Boolean getIsAllowDelete()
public void setIsAllowDelete(Boolean IsAllowDelete)
IsAllowDelete - Whether deletion is allowed.Copyright © 2025. All rights reserved.