Class ComplexRelationAttributeRequest

  • All Implemented Interfaces:
    Serializable

    public class ComplexRelationAttributeRequest
    extends Object
    implements Serializable
    The properties of the attribute to be included in complex relation.
    See Also:
    Serialized Form
    • Constructor Detail

      • ComplexRelationAttributeRequest

        public ComplexRelationAttributeRequest()
    • Method Detail

      • getAttributeTypeId

        @NotNull
        public @NotNull UUID getAttributeTypeId()
        Required. The ID of the type of the single attribute for complex relation.
      • getValue

        public List<String> getValue()
        The value of the attribute attached to the complex relation.
      • setAttributeTypeId

        public void setAttributeTypeId​(@NotNull
                                       @NotNull UUID attributeTypeId)
        Required. The ID of the type of the single attribute for complex relation.
      • setValue

        public void setValue​(List<String> value)
        The value of the attribute attached to the complex relation.
      • 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