Class Measure
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.Measure
@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 Measure
extends Object
Measure
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets aggFuncstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggFunc(Measure.AggFuncEnum aggFunc) booleanstatic MeasureCreate an instance of Measure given an JSON stringGet aggFuncgetAlias()Get aliasGet fieldNameinthashCode()voidsetAggFunc(Measure.AggFuncEnum aggFunc) voidvoidsetFieldName(String fieldName) toJson()Convert an instance of Measure 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_AGG_FUNC
- See Also:
-
SERIALIZED_NAME_ALIAS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Measure
public Measure()
-
-
Method Details
-
fieldName
-
getFieldName
Get fieldName- Returns:
- fieldName
-
setFieldName
-
aggFunc
-
getAggFunc
Get aggFunc- Returns:
- aggFunc
-
setAggFunc
-
alias
-
getAlias
Get alias- Returns:
- alias
-
setAlias
-
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 Measure
-
fromJson
Create an instance of Measure given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Measure
- Throws:
IOException- if the JSON string is invalid with respect to Measure
-
toJson
Convert an instance of Measure to an JSON string- Returns:
- JSON string
-