Class ChangeStatusRequest

  • All Implemented Interfaces:
    Serializable

    public class ChangeStatusRequest
    extends Object
    implements Serializable
    The properties of the Status to be changed.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChangeStatusRequest

        public ChangeStatusRequest()
    • Method Detail

      • getId

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

        public String getName()
        The new name for the Status.
      • getDescription

        public String getDescription()
        The new description for the Status.
      • setId

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

        public void setName​(String name)
        The new name for the Status.
      • setDescription

        public void setDescription​(String description)
        The new description for the Status.
      • 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