Class CDPLongPropertyInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
-
- org.apache.unomi.graphql.types.input.property.CDPLongPropertyInput
-
public class CDPLongPropertyInput extends BaseCDPPropertyInput
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCDPPropertyType()
Long
getDefaultValue()
Long
getMaxValue()
Long
getMinValue()
void
updateType(PropertyType type)
-
Methods inherited from class org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
deleteDefaultNumericRange, getMaxOccurrences, getMinOccurrences, getName, getTags, toPropertyType, updateDefaultNumericRange
-
-
-
-
Method Detail
-
getMinValue
public Long getMinValue()
-
getMaxValue
public Long getMaxValue()
-
getDefaultValue
public Long getDefaultValue()
-
getCDPPropertyType
public String getCDPPropertyType()
- Specified by:
getCDPPropertyType
in classBaseCDPPropertyInput
-
updateType
public void updateType(PropertyType type)
- Overrides:
updateType
in classBaseCDPPropertyInput
-
-