Class GroupCloudDto

java.lang.Object
de.qytera.qtaf.xray.dto.jira.GroupDto
de.qytera.qtaf.xray.dto.jira.GroupCloudDto

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

    • GroupCloudDto

      public GroupCloudDto()
  • Method Details

    • getGroupId

      public String getGroupId()
      The ID of the group, which uniquely identifies the group across all Atlassian products. For example, 952d12c3-5b5b-4d04-bb32-44d383afc4b2.
    • setGroupId

      public void setGroupId(String groupId)
      The ID of the group, which uniquely identifies the group across all Atlassian products. For example, 952d12c3-5b5b-4d04-bb32-44d383afc4b2.
    • toString

      public String toString()
      Overrides:
      toString in class GroupDto
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class GroupDto
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class GroupDto
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class GroupDto