Package org.openapitools.client.model
Class SearchOverGroupsResponseBody
- java.lang.Object
-
- org.openapitools.client.model.SearchOverGroupsResponseBody
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T12:34:27.506198300-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class SearchOverGroupsResponseBody extends Object
SearchOverGroupsResponseBody
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchOverGroupsResponseBody.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_GROUP_CHUNKSstatic StringSERIALIZED_NAME_TOTAL_CHUNK_PAGES
-
Constructor Summary
Constructors Constructor Description SearchOverGroupsResponseBody()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchOverGroupsResponseBodyaddGroupChunksItem(GroupScoreChunkDTO groupChunksItem)booleanequals(Object o)static SearchOverGroupsResponseBodyfromJson(String jsonString)Create an instance of SearchOverGroupsResponseBody given an JSON string@NotNull @Valid List<@Valid GroupScoreChunkDTO>getGroupChunks()Get groupChunks@NotNull LonggetTotalChunkPages()Get totalChunkPagesSearchOverGroupsResponseBodygroupChunks(List<@Valid GroupScoreChunkDTO> groupChunks)inthashCode()voidsetGroupChunks(List<@Valid GroupScoreChunkDTO> groupChunks)voidsetTotalChunkPages(Long totalChunkPages)StringtoJson()Convert an instance of SearchOverGroupsResponseBody to an JSON stringStringtoString()SearchOverGroupsResponseBodytotalChunkPages(Long totalChunkPages)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_GROUP_CHUNKS
public static final String SERIALIZED_NAME_GROUP_CHUNKS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_CHUNK_PAGES
public static final String SERIALIZED_NAME_TOTAL_CHUNK_PAGES
- See Also:
- Constant Field Values
-
-
Method Detail
-
groupChunks
public SearchOverGroupsResponseBody groupChunks(List<@Valid GroupScoreChunkDTO> groupChunks)
-
addGroupChunksItem
public SearchOverGroupsResponseBody addGroupChunksItem(GroupScoreChunkDTO groupChunksItem)
-
getGroupChunks
@Nonnull @NotNull @Valid public @NotNull @Valid List<@Valid GroupScoreChunkDTO> getGroupChunks()
Get groupChunks- Returns:
- groupChunks
-
setGroupChunks
public void setGroupChunks(List<@Valid GroupScoreChunkDTO> groupChunks)
-
totalChunkPages
public SearchOverGroupsResponseBody totalChunkPages(Long totalChunkPages)
-
getTotalChunkPages
@Nonnull @NotNull public @NotNull Long getTotalChunkPages()
Get totalChunkPages- Returns:
- totalChunkPages
-
setTotalChunkPages
public void setTotalChunkPages(Long totalChunkPages)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to SearchOverGroupsResponseBody
-
fromJson
public static SearchOverGroupsResponseBody fromJson(String jsonString) throws IOException
Create an instance of SearchOverGroupsResponseBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SearchOverGroupsResponseBody
- Throws:
IOException- if the JSON string is invalid with respect to SearchOverGroupsResponseBody
-
toJson
public String toJson()
Convert an instance of SearchOverGroupsResponseBody to an JSON string- Returns:
- JSON string
-
-