Package com.clinia.model.common
Class V1PropertyRule
java.lang.Object
com.clinia.model.common.V1PropertyRule
V1PropertyRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEnum(V1PropertyRuleEnumInner _enumItem) booleangetEnum()List of possible values for the property: string and number types only.getMax()Get maxgetMin()Get minGet patternGet requiredinthashCode()setEnum(List<V1PropertyRuleEnumInner> _enum) setPattern(String pattern) setRequired(Boolean required) toString()
-
Constructor Details
-
V1PropertyRule
public V1PropertyRule()
-
-
Method Details
-
setRequired
-
getRequired
Get required -
setPattern
-
getPattern
Get pattern -
setEnum
-
addEnum
-
getEnum
List of possible values for the property: string and number types only. -
setMin
-
getMin
Get min -
setMax
-
getMax
Get max -
equals
-
hashCode
public int hashCode() -
toString
-