Class Dimension
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.Dimension
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-04-02T16:48:06.839484276+02:00[Europe/Brussels]",
comments="Generator version: 7.12.0")
public class Dimension
extends Object
Dimension
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets func -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DimensionCreate an instance of Dimension given an JSON stringfunc(Dimension.FuncEnum func) Get fieldNamegetFunc()Get funcinthashCode()voidsetFieldName(String fieldName) voidsetFunc(Dimension.FuncEnum func) toJson()Convert an instance of Dimension to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_FIELD_NAME
- See Also:
-
SERIALIZED_NAME_FUNC
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Dimension
public Dimension()
-
-
Method Details
-
fieldName
-
getFieldName
Get fieldName- Returns:
- fieldName
-
setFieldName
-
func
-
getFunc
Get func- Returns:
- func
-
setFunc
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates 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 Dimension
-
fromJson
Create an instance of Dimension given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Dimension
- Throws:
IOException- if the JSON string is invalid with respect to Dimension
-
toJson
Convert an instance of Dimension to an JSON string- Returns:
- JSON string
-