Class ArticulationRuleRequest
Object
ArticulationRuleRequest
- All Implemented Interfaces:
Serializable
Articulation rule.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method will be removed in the future.builder()protected booleanbooleanThe ID of the attribute type.getId()The ID of the articulation rule.Required. TheoperationADD or SET.doublegetScore()Required. The articulation score (between 0 and 100).The ID of the status.inthashCode()voidsetAttributeTypeId(UUID attributeTypeId) The ID of the attribute type.voidThe ID of the articulation rule.voidsetOperation(ArticulationOperation operation) Required. TheoperationADD or SET.voidsetScore(double score) Required. The articulation score (between 0 and 100).voidsetStatusId(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. TheoperationADD 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. TheoperationADD 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
-