Class ArticulationRuleRequest

  • All Implemented Interfaces:
    Serializable

    public class ArticulationRuleRequest
    extends Object
    implements Serializable
    Articulation rule.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArticulationRuleRequest

        public ArticulationRuleRequest()
    • Method Detail

      • anArticulationRuleRequest

        @Deprecated
        public static ArticulationRuleRequest.Builder anArticulationRuleRequest()
        Deprecated.
        This method will be removed in the future. Please use builder().
        Returns a builder for this class.
      • getId

        public UUID getId()
        The ID of the articulation rule.
      • getScore

        @NotNull
        public @javax.validation.constraints.NotNull double getScore()
        The articulation score (between 0 and 100).
      • getStatusId

        public UUID getStatusId()
        The ID of the status.
      • getAttributeTypeId

        public UUID getAttributeTypeId()
        The ID of the attribute type.
      • setId

        public void setId​(UUID id)
        The ID of the articulation rule.
      • setOperation

        public void setOperation​(@NotNull
                                 @NotNull ArticulationOperation operation)
        The operation ADD or SET.
      • setScore

        public void setScore​(@NotNull
                             @javax.validation.constraints.NotNull double score)
        The articulation score (between 0 and 100).
      • setStatusId

        public void setStatusId​(UUID statusId)
        The ID of the status.
      • setAttributeTypeId

        public void setAttributeTypeId​(UUID attributeTypeId)
        The ID of the attribute type.
      • equals

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

        protected boolean canEqual​(Object other)
      • hashCode

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

        public String toString()
        Overrides:
        toString in class Object