Package org.openapitools.client.model
Class Dataset
- java.lang.Object
-
- org.openapitools.client.model.Dataset
-
@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 Dataset extends Object
Dataset
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataset.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_SERVER_CONFIGURATIONstatic StringSERIALIZED_NAME_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description Dataset()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetclientConfiguration(Object clientConfiguration)DatasetcreatedAt(OffsetDateTime createdAt)booleanequals(Object o)static DatasetfromJson(String jsonString)Create an instance of Dataset 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 ObjectgetServerConfiguration()Get serverConfiguration@NotNull @Valid OffsetDateTimegetUpdatedAt()Get updatedAtinthashCode()Datasetid(UUID id)Datasetname(String name)DatasetorganizationId(UUID organizationId)DatasetserverConfiguration(Object serverConfiguration)voidsetClientConfiguration(Object clientConfiguration)voidsetCreatedAt(OffsetDateTime createdAt)voidsetId(UUID id)voidsetName(String name)voidsetOrganizationId(UUID organizationId)voidsetServerConfiguration(Object serverConfiguration)voidsetUpdatedAt(OffsetDateTime updatedAt)StringtoJson()Convert an instance of Dataset to an JSON stringStringtoString()DatasetupdatedAt(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_SERVER_CONFIGURATION
public static final String SERIALIZED_NAME_SERVER_CONFIGURATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getClientConfiguration
@Nullable @NotNull public @NotNull Object getClientConfiguration()
Get clientConfiguration- Returns:
- clientConfiguration
-
setClientConfiguration
public void setClientConfiguration(Object clientConfiguration)
-
createdAt
public Dataset createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nonnull @NotNull @Valid public @NotNull @Valid OffsetDateTime getCreatedAt()
Get createdAt- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
setId
public void setId(UUID id)
-
setName
public void setName(String name)
-
getOrganizationId
@Nonnull @NotNull @Valid public @NotNull @Valid UUID getOrganizationId()
Get organizationId- Returns:
- organizationId
-
setOrganizationId
public void setOrganizationId(UUID organizationId)
-
getServerConfiguration
@Nullable @NotNull public @NotNull Object getServerConfiguration()
Get serverConfiguration- Returns:
- serverConfiguration
-
setServerConfiguration
public void setServerConfiguration(Object serverConfiguration)
-
updatedAt
public Dataset 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 Dataset
-
fromJson
public static Dataset fromJson(String jsonString) throws IOException
Create an instance of Dataset given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Dataset
- Throws:
IOException- if the JSON string is invalid with respect to Dataset
-
toJson
public String toJson()
Convert an instance of Dataset to an JSON string- Returns:
- JSON string
-
-