Package org.openapitools.client.model
Class ChunkGroupAndFile
- java.lang.Object
-
- org.openapitools.client.model.ChunkGroupAndFile
-
@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 ChunkGroupAndFile extends Object
ChunkGroupAndFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChunkGroupAndFile.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_DATASET_IDstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_FILE_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TRACKING_IDstatic StringSERIALIZED_NAME_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description ChunkGroupAndFile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChunkGroupAndFilecreatedAt(OffsetDateTime createdAt)ChunkGroupAndFiledatasetId(UUID datasetId)ChunkGroupAndFiledescription(String description)booleanequals(Object o)ChunkGroupAndFilefileId(UUID fileId)static ChunkGroupAndFilefromJson(String jsonString)Create an instance of ChunkGroupAndFile given an JSON string@NotNull @Valid OffsetDateTimegetCreatedAt()Get createdAt@NotNull @Valid UUIDgetDatasetId()Get datasetId@NotNull StringgetDescription()Get description@Valid UUIDgetFileId()Get fileId@NotNull @Valid UUIDgetId()Get id@NotNull StringgetName()Get nameStringgetTrackingId()Get trackingId@NotNull @Valid OffsetDateTimegetUpdatedAt()Get updatedAtinthashCode()ChunkGroupAndFileid(UUID id)ChunkGroupAndFilename(String name)voidsetCreatedAt(OffsetDateTime createdAt)voidsetDatasetId(UUID datasetId)voidsetDescription(String description)voidsetFileId(UUID fileId)voidsetId(UUID id)voidsetName(String name)voidsetTrackingId(String trackingId)voidsetUpdatedAt(OffsetDateTime updatedAt)StringtoJson()Convert an instance of ChunkGroupAndFile to an JSON stringStringtoString()ChunkGroupAndFiletrackingId(String trackingId)ChunkGroupAndFileupdatedAt(OffsetDateTime updatedAt)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATASET_ID
public static final String SERIALIZED_NAME_DATASET_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FILE_ID
public static final String SERIALIZED_NAME_FILE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- 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
-
SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
createdAt
public ChunkGroupAndFile createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nonnull @NotNull @Valid public @NotNull @Valid OffsetDateTime getCreatedAt()
Get createdAt- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
datasetId
public ChunkGroupAndFile datasetId(UUID datasetId)
-
getDatasetId
@Nonnull @NotNull @Valid public @NotNull @Valid UUID getDatasetId()
Get datasetId- Returns:
- datasetId
-
setDatasetId
public void setDatasetId(UUID datasetId)
-
description
public ChunkGroupAndFile description(String description)
-
getDescription
@Nonnull @NotNull public @NotNull String getDescription()
Get description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
fileId
public ChunkGroupAndFile fileId(UUID fileId)
-
setFileId
public void setFileId(UUID fileId)
-
id
public ChunkGroupAndFile id(UUID id)
-
setId
public void setId(UUID id)
-
name
public ChunkGroupAndFile name(String name)
-
setName
public void setName(String name)
-
trackingId
public ChunkGroupAndFile trackingId(String trackingId)
-
setTrackingId
public void setTrackingId(String trackingId)
-
updatedAt
public ChunkGroupAndFile updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nonnull @NotNull @Valid public @NotNull @Valid OffsetDateTime getUpdatedAt()
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
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 ChunkGroupAndFile
-
fromJson
public static ChunkGroupAndFile fromJson(String jsonString) throws IOException
Create an instance of ChunkGroupAndFile given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ChunkGroupAndFile
- Throws:
IOException- if the JSON string is invalid with respect to ChunkGroupAndFile
-
toJson
public String toJson()
Convert an instance of ChunkGroupAndFile to an JSON string- Returns:
- JSON string
-
-