Class CreateScoreConfigRequest
java.lang.Object
com.ants.platform.client.resources.scoreconfigs.types.CreateScoreConfigRequest
-
Method Details
-
getName
-
getDataType
-
getCategories
- Returns:
- Configure custom categories for categorical scores. Pass a list of objects with
labelandvalueproperties. Categories are autogenerated for boolean configs and cannot be passed
-
getMinValue
- Returns:
- Configure a minimum value for numerical scores. If not set, the minimum value defaults to -∞
-
getMaxValue
- Returns:
- Configure a maximum value for numerical scores. If not set, the maximum value defaults to +∞
-
getDescription
- Returns:
- Description is shown across the ANTS Platform UI and can be used to e.g. explain the config categories in detail, why a numeric range was set, or provide additional context on config name or usage
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-