Class ComplexRelationAttributeRequest

Object
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:
  • Constructor Details

    • ComplexRelationAttributeRequest

      public ComplexRelationAttributeRequest()
  • Method Details

    • builder

      public static ComplexRelationAttributeRequest.Builder builder()
    • getAttributeTypeId

      public 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(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