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-04-24T20:33:44.929185777+02:00[Europe/Berlin]") public class PropertyRangeConstraint extends Object
PropertyRangeConstraint
  • Field Details

    • minValue

      @SerializedName("minValue") private Double minValue
    • maxValue

      @SerializedName("maxValue") private Double maxValue
    • includeMin

      @SerializedName("includeMin") private Boolean includeMin
    • includeMax

      @SerializedName("includeMax") private Boolean includeMax
  • Constructor Details

    • PropertyRangeConstraint

      public PropertyRangeConstraint()
  • Method Details

    • minValue

      public PropertyRangeConstraint minValue(Double minValue)
    • getMinValue

      public Double getMinValue()
      Get minValue
      Returns:
      minValue
    • setMinValue

      public void setMinValue(Double minValue)
    • maxValue

      public PropertyRangeConstraint maxValue(Double maxValue)
    • getMaxValue

      public Double getMaxValue()
      Get maxValue
      Returns:
      maxValue
    • setMaxValue

      public void setMaxValue(Double maxValue)
    • includeMin

      public PropertyRangeConstraint includeMin(Boolean includeMin)
    • isIncludeMin

      public Boolean isIncludeMin()
      Get includeMin
      Returns:
      includeMin
    • setIncludeMin

      public void setIncludeMin(Boolean includeMin)
    • includeMax

      public PropertyRangeConstraint includeMax(Boolean includeMax)
    • isIncludeMax

      public Boolean isIncludeMax()
      Get includeMax
      Returns:
      includeMax
    • setIncludeMax

      public void setIncludeMax(Boolean includeMax)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).