Package org.openapitools.client.model
Class DatasetDTO
- java.lang.Object
-
- org.openapitools.client.model.DatasetDTO
-
@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 DatasetDTO extends Object
DatasetDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatasetDTO.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CLIENT_CONFIGURATIONstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_ORGANIZATION_IDstatic StringSERIALIZED_NAME_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description DatasetDTO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetDTOclientConfiguration(Object clientConfiguration)DatasetDTOcreatedAt(OffsetDateTime createdAt)booleanequals(Object o)static DatasetDTOfromJson(String jsonString)Create an instance of DatasetDTO given an JSON string@NotNull ObjectgetClientConfiguration()Get clientConfiguration@NotNull @Valid OffsetDateTimegetCreatedAt()Get createdAt@NotNull @Valid UUIDgetId()Get id@NotNull StringgetName()Get name@NotNull @Valid UUIDgetOrganizationId()Get organizationId@NotNull @Valid OffsetDateTimegetUpdatedAt()Get updatedAtinthashCode()DatasetDTOid(UUID id)DatasetDTOname(String name)DatasetDTOorganizationId(UUID organizationId)voidsetClientConfiguration(Object clientConfiguration)voidsetCreatedAt(OffsetDateTime createdAt)voidsetId(UUID id)voidsetName(String name)voidsetOrganizationId(UUID organizationId)voidsetUpdatedAt(OffsetDateTime updatedAt)StringtoJson()Convert an instance of DatasetDTO to an JSON stringStringtoString()DatasetDTOupdatedAt(OffsetDateTime updatedAt)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_CLIENT_CONFIGURATION
public static final String SERIALIZED_NAME_CLIENT_CONFIGURATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- 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_ORGANIZATION_ID
public static final String SERIALIZED_NAME_ORGANIZATION_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
-
clientConfiguration
public DatasetDTO clientConfiguration(Object clientConfiguration)
-
getClientConfiguration
@Nullable @NotNull public @NotNull Object getClientConfiguration()
Get clientConfiguration- Returns:
- clientConfiguration
-
setClientConfiguration
public void setClientConfiguration(Object clientConfiguration)
-
createdAt
public DatasetDTO createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nonnull @NotNull @Valid public @NotNull @Valid OffsetDateTime getCreatedAt()
Get createdAt- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
id
public DatasetDTO id(UUID id)
-
setId
public void setId(UUID id)
-
name
public DatasetDTO name(String name)
-
setName
public void setName(String name)
-
organizationId
public DatasetDTO organizationId(UUID organizationId)
-
getOrganizationId
@Nonnull @NotNull @Valid public @NotNull @Valid UUID getOrganizationId()
Get organizationId- Returns:
- organizationId
-
setOrganizationId
public void setOrganizationId(UUID organizationId)
-
updatedAt
public DatasetDTO 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 DatasetDTO
-
fromJson
public static DatasetDTO fromJson(String jsonString) throws IOException
Create an instance of DatasetDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DatasetDTO
- Throws:
IOException- if the JSON string is invalid with respect to DatasetDTO
-
toJson
public String toJson()
Convert an instance of DatasetDTO to an JSON string- Returns:
- JSON string
-
-