Package org.openapitools.client.model
Class UpdateGroupByTrackingIDData
- java.lang.Object
-
- org.openapitools.client.model.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateGroupByTrackingIDData.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TRACKING_ID
-
Constructor Summary
Constructors Constructor Description UpdateGroupByTrackingIDData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateGroupByTrackingIDDatadescription(String description)booleanequals(Object o)static UpdateGroupByTrackingIDDatafromJson(String jsonString)Create an instance of UpdateGroupByTrackingIDData given an JSON stringStringgetDescription()Description to assign to the chunk_group.StringgetName()Name to assign to the chunk_group.@NotNull StringgetTrackingId()Tracking Id of the chunk_group to update.inthashCode()UpdateGroupByTrackingIDDataname(String name)voidsetDescription(String description)voidsetName(String name)voidsetTrackingId(String trackingId)StringtoJson()Convert an instance of UpdateGroupByTrackingIDData to an JSON stringStringtoString()UpdateGroupByTrackingIDDatatrackingId(String trackingId)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACKING_ID
public static final String SERIALIZED_NAME_TRACKING_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public UpdateGroupByTrackingIDData description(String description)
-
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)
-
name
public UpdateGroupByTrackingIDData name(String name)
-
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)
-
trackingId
public UpdateGroupByTrackingIDData trackingId(String trackingId)
-
getTrackingId
@Nonnull @NotNull public @NotNull String getTrackingId()
Tracking Id of the chunk_group to update.- Returns:
- trackingId
-
setTrackingId
public void setTrackingId(String trackingId)
-
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 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
-
-