Package org.openiam.base.response
Class HelpDeskQuestionsResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.data.BaseDataResponse<List<HelpDeskQuestion>>
-
- org.openiam.base.response.HelpDeskQuestionsResponse
-
- All Implemented Interfaces:
Serializable
public class HelpDeskQuestionsResponse extends BaseDataResponse<List<HelpDeskQuestion>>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description HelpDeskQuestionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HelpDeskQuestion
getQuestionByField(String field)
List<HelpDeskQuestion>
getQuestions()
String
getUserId()
void
setQuestions(List<HelpDeskQuestion> questions)
void
setUserId(String userId)
-
Methods inherited from class org.openiam.base.response.data.BaseDataResponse
getValueInternal
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, isFailure, isSuccess, succeed
-
-
-
-
Method Detail
-
getQuestionByField
public HelpDeskQuestion getQuestionByField(String field)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getQuestions
public List<HelpDeskQuestion> getQuestions()
-
setQuestions
public void setQuestions(List<HelpDeskQuestion> questions)
-
-