Package software.xdev.sessionize.model
Class AllResult
java.lang.Object
software.xdev.sessionize.model.AllResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AllResult
extends Object
AllResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCategoriesItem(Category categoriesItem) addQuestionsItem(Question questionsItem) addRoomsItem(Room roomsItem) addSessionsItem(SessionAll sessionsItem) addSpeakersItem(SpeakerAll speakersItem) categories(List<Category> categories) booleanGet categoriesGet questionsgetRooms()Get roomsGet sessionsGet speakersinthashCode()sessions(List<SessionAll> sessions) voidsetCategories(List<Category> categories) voidsetQuestions(List<Question> questions) voidvoidsetSessions(List<SessionAll> sessions) voidsetSpeakers(List<SpeakerAll> speakers) speakers(List<SpeakerAll> speakers) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SESSIONS
- See Also:
-
JSON_PROPERTY_SPEAKERS
- See Also:
-
JSON_PROPERTY_QUESTIONS
- See Also:
-
JSON_PROPERTY_CATEGORIES
- See Also:
-
JSON_PROPERTY_ROOMS
- See Also:
-
-
Constructor Details
-
AllResult
public AllResult()
-
-
Method Details
-
sessions
-
addSessionsItem
-
getSessions
Get sessions- Returns:
- sessions
-
setSessions
-
speakers
-
addSpeakersItem
-
getSpeakers
Get speakers- Returns:
- speakers
-
setSpeakers
-
questions
-
addQuestionsItem
-
getQuestions
Get questions- Returns:
- questions
-
setQuestions
-
categories
-
addCategoriesItem
-
getCategories
Get categories- Returns:
- categories
-
setCategories
-
rooms
-
addRoomsItem
-
getRooms
Get rooms- Returns:
- rooms
-
setRooms
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-