Class GroupDto

java.lang.Object
de.qytera.qtaf.xray.dto.jira.GroupDto
Direct Known Subclasses:
GroupCloudDto, GroupServerDto

public abstract class GroupDto extends Object
A group a Jira user can belong to.
See Also:
  • Constructor Details

    • GroupDto

      public GroupDto()
  • Method Details

    • getName

      public String getName()
      The name of the group.
    • getSelf

      public String getSelf()
      The URL for these group details.
    • setName

      public void setName(String name)
      The name of the group.
    • setSelf

      public void setSelf(String self)
      The URL for these group details.
    • 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