Class ArticulationRuleRequest
Object
ArticulationRuleRequest
- All Implemented Interfaces:
Serializable
Articulation rule.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method will be removed in the future.builder()
protected boolean
boolean
The ID of the attribute type.getId()
The ID of the articulation rule.Required. Theoperation
ADD or SET.double
getScore()
Required. The articulation score (between 0 and 100).The ID of the status.int
hashCode()
void
setAttributeTypeId
(UUID attributeTypeId) The ID of the attribute type.void
The ID of the articulation rule.void
setOperation
(ArticulationOperation operation) Required. Theoperation
ADD or SET.void
setScore
(double score) Required. The articulation score (between 0 and 100).void
setStatusId
(UUID statusId) The ID of the status.toString()
-
Constructor Details
-
ArticulationRuleRequest
public ArticulationRuleRequest()
-
-
Method Details
-
anArticulationRuleRequest
Deprecated.This method will be removed in the future. Please usebuilder()
.Returns a builder for this class. -
builder
-
getId
The ID of the articulation rule. -
getOperation
Required. Theoperation
ADD or SET. -
getScore
public double getScore()Required. The articulation score (between 0 and 100). -
getStatusId
The ID of the status. -
getAttributeTypeId
The ID of the attribute type. -
setId
The ID of the articulation rule. -
setOperation
Required. Theoperation
ADD or SET. -
setScore
public void setScore(double score) Required. The articulation score (between 0 and 100). -
setStatusId
The ID of the status. -
setAttributeTypeId
The ID of the attribute type. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-