Class UpdateGroupByTrackingIDData


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

      • UpdateGroupByTrackingIDData

        public UpdateGroupByTrackingIDData()
    • Method Detail

      • getDescription

        @Nullable
        public String getDescription()
        Description to assign to the chunk_group. Convenience field for you to avoid having to remember what the group is for. If not provided, the description will not be updated.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getName

        @Nullable
        public String getName()
        Name to assign to the chunk_group. Does not need to be unique. If not provided, the name will not be updated.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getTrackingId

        @Nonnull
        @NotNull
        public @NotNull String getTrackingId()
        Tracking Id of the chunk_group to update.
        Returns:
        trackingId
      • setTrackingId

        public void setTrackingId​(String trackingId)
      • 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 UpdateGroupByTrackingIDData
      • fromJson

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

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