Module bus.gitlab

Class Associations

java.lang.Object
org.miaixz.bus.gitlab.models.Associations
All Implemented Interfaces:
Serializable

public class Associations extends Object implements Serializable
See Also:
  • Constructor Details

    • Associations

      public Associations()
  • Method Details

    • getGroupsCount

      public int getGroupsCount()
    • setGroupsCount

      public void setGroupsCount(int groupsCount)
    • getProjectsCount

      public int getProjectsCount()
    • setProjectsCount

      public void setProjectsCount(int projectsCount)
    • getIssuesCount

      public int getIssuesCount()
    • setIssuesCount

      public void setIssuesCount(int issuesCount)
    • getMergeRequestsCount

      public int getMergeRequestsCount()
    • setMergeRequestsCount

      public void setMergeRequestsCount(int mergeRequestsCount)
    • toString

      public String toString()
      Overrides:
      toString in class Object