Package org.openapitools.client.model
Class SlimGroup
- java.lang.Object
-
- org.openapitools.client.model.SlimGroup
-
@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 SlimGroup extends Object
SlimGroup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSlimGroup.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DATASET_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_OF_CURRENT_DATASET
-
Constructor Summary
Constructors Constructor Description SlimGroup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SlimGroupdatasetId(UUID datasetId)booleanequals(Object o)static SlimGroupfromJson(String jsonString)Create an instance of SlimGroup given an JSON string@NotNull @Valid UUIDgetDatasetId()Get datasetId@NotNull @Valid UUIDgetId()Get id@NotNull StringgetName()Get name@NotNull BooleangetOfCurrentDataset()Get ofCurrentDatasetinthashCode()SlimGroupid(UUID id)SlimGroupname(String name)SlimGroupofCurrentDataset(Boolean ofCurrentDataset)voidsetDatasetId(UUID datasetId)voidsetId(UUID id)voidsetName(String name)voidsetOfCurrentDataset(Boolean ofCurrentDataset)StringtoJson()Convert an instance of SlimGroup to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_DATASET_ID
public static final String SERIALIZED_NAME_DATASET_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_OF_CURRENT_DATASET
public static final String SERIALIZED_NAME_OF_CURRENT_DATASET
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDatasetId
@Nonnull @NotNull @Valid public @NotNull @Valid UUID getDatasetId()
Get datasetId- Returns:
- datasetId
-
setDatasetId
public void setDatasetId(UUID datasetId)
-
setId
public void setId(UUID id)
-
setName
public void setName(String name)
-
getOfCurrentDataset
@Nonnull @NotNull public @NotNull Boolean getOfCurrentDataset()
Get ofCurrentDataset- Returns:
- ofCurrentDataset
-
setOfCurrentDataset
public void setOfCurrentDataset(Boolean ofCurrentDataset)
-
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 SlimGroup
-
fromJson
public static SlimGroup fromJson(String jsonString) throws IOException
Create an instance of SlimGroup given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SlimGroup
- Throws:
IOException- if the JSON string is invalid with respect to SlimGroup
-
toJson
public String toJson()
Convert an instance of SlimGroup to an JSON string- Returns:
- JSON string
-
-