Class GroupScoreChunkDTO


  • @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 GroupScoreChunkDTO
    extends Object
    GroupScoreChunkDTO
    • Constructor Detail

      • GroupScoreChunkDTO

        public GroupScoreChunkDTO()
    • Method Detail

      • getGroupId

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid UUID getGroupId()
        Get groupId
        Returns:
        groupId
      • setGroupId

        public void setGroupId​(UUID groupId)
      • getMetadata

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid List<@Valid ScoreChunkDTO> getMetadata()
        Get metadata
        Returns:
        metadata
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates 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 GroupScoreChunkDTO
      • fromJson

        public static GroupScoreChunkDTO fromJson​(String jsonString)
                                           throws IOException
        Create an instance of GroupScoreChunkDTO given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of GroupScoreChunkDTO
        Throws:
        IOException - if the JSON string is invalid with respect to GroupScoreChunkDTO
      • toJson

        public String toJson()
        Convert an instance of GroupScoreChunkDTO to an JSON string
        Returns:
        JSON string