Class ChangeAttributeRequest

  • All Implemented Interfaces:
    Serializable

    public class ChangeAttributeRequest
    extends Object
    implements Serializable
    The properties of the asset to be added.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChangeAttributeRequest

        public ChangeAttributeRequest()
    • Method Detail

      • getId

        @NotNull
        public @NotNull UUID getId()
        Required. The ID of the attribute to be changed. Silently ignored if the ID is provided as path parameter of the request.
      • setId

        public void setId​(@NotNull
                          @NotNull UUID id)
        Required. The ID of the attribute to be changed. Silently ignored if the ID is provided as path parameter of the request.
      • setValue

        public void setValue​(@NotNull
                             @NotNull Object value)
        Required. The value of this attribute. Expected type of the value depends on the type of the attribute. Following list presents type of the value depending on the kind of the attribute
      • 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