Class PropertyRangeConstraint
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.PropertyRangeConstraint
- Direct Known Subclasses:
AllOfpropertyDataRangeConstraint
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-20T14:36:57.435832949Z[Etc/UTC]")
public class PropertyRangeConstraint
extends Object
PropertyRangeConstraint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet maxValueGet minValueinthashCode()includeMax(Boolean includeMax) includeMin(Boolean includeMin) Get includeMaxGet includeMinvoidsetIncludeMax(Boolean includeMax) voidsetIncludeMin(Boolean includeMin) voidsetMaxValue(Double maxValue) voidsetMinValue(Double minValue) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
minValue
-
maxValue
-
includeMin
-
includeMax
-
-
Constructor Details
-
PropertyRangeConstraint
public PropertyRangeConstraint()
-
-
Method Details
-
minValue
-
getMinValue
Get minValue- Returns:
- minValue
-
setMinValue
-
maxValue
-
getMaxValue
Get maxValue- Returns:
- maxValue
-
setMaxValue
-
includeMin
-
isIncludeMin
Get includeMin- Returns:
- includeMin
-
setIncludeMin
-
includeMax
-
isIncludeMax
Get includeMax- Returns:
- includeMax
-
setIncludeMax
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-