Package org.openapitools.client.model
Class GetGroupsForChunksData
- java.lang.Object
-
- org.openapitools.client.model.GetGroupsForChunksData
-
@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 GetGroupsForChunksData extends Object
GetGroupsForChunksData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetGroupsForChunksData.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CHUNK_IDS
-
Constructor Summary
Constructors Constructor Description GetGroupsForChunksData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGroupsForChunksDataaddChunkIdsItem(UUID chunkIdsItem)GetGroupsForChunksDatachunkIds(List<UUID> chunkIds)booleanequals(Object o)static GetGroupsForChunksDatafromJson(String jsonString)Create an instance of GetGroupsForChunksData given an JSON string@NotNull @Valid List<UUID>getChunkIds()Get chunkIdsinthashCode()voidsetChunkIds(List<UUID> chunkIds)StringtoJson()Convert an instance of GetGroupsForChunksData to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Method Detail
-
chunkIds
public GetGroupsForChunksData chunkIds(List<UUID> chunkIds)
-
addChunkIdsItem
public GetGroupsForChunksData addChunkIdsItem(UUID chunkIdsItem)
-
getChunkIds
@Nonnull @NotNull @Valid public @NotNull @Valid List<UUID> getChunkIds()
Get chunkIds- Returns:
- chunkIds
-
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 GetGroupsForChunksData
-
fromJson
public static GetGroupsForChunksData fromJson(String jsonString) throws IOException
Create an instance of GetGroupsForChunksData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetGroupsForChunksData
- Throws:
IOException- if the JSON string is invalid with respect to GetGroupsForChunksData
-
toJson
public String toJson()
Convert an instance of GetGroupsForChunksData to an JSON string- Returns:
- JSON string
-
-