Class ChangeStatusRequest

Object
ChangeStatusRequest
All Implemented Interfaces:
Serializable

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

    • ChangeStatusRequest

      public ChangeStatusRequest()
  • Method Details

    • builder

      public static ChangeStatusRequest.Builder builder()
    • getId

      public UUID getId()
      Required. The ID of the Status to be changed.
    • getName

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

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

      public void setId(UUID id)
      Required. The ID of the Status to be changed.
    • 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