java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.api.model.Group

public class Group extends Object
Gitlab Group
Since:
Mon, 2022-06-13 - 07:19:01
Author:
Jean-Jacques ETUNE NGI (Java EE Technical Lead / Enterprise Architect)
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getId

      public Integer getId()
      Method used to get the value of field "id"
      Returns:
      Value of field "id"
    • setId

      public void setId(Integer id)
      Method used to update value of field "id"
      Parameters:
      id - New value of field "id"
    • getParentId

      public Integer getParentId()
      Method used to get the value of field "parentId"
      Returns:
      Value of field "parentId"
    • setParentId

      public void setParentId(Integer parentId)
      Method used to update value of field "parentId"
      Parameters:
      parentId - New value of field "parentId"
    • getName

      public String getName()
      Method used to get the value of field "name"
      Returns:
      Value of field "name"
    • setName

      public void setName(String name)
      Method used to update value of field "name"
      Parameters:
      name - New value of field "name"
    • getFullName

      public String getFullName()
      Method used to get the value of field "fullName"
      Returns:
      Value of field "fullName"
    • setFullName

      public void setFullName(String fullName)
      Method used to update value of field "fullName"
      Parameters:
      fullName - New value of field "fullName"
    • getPath

      public String getPath()
      Method used to get the value of field "path"
      Returns:
      Value of field "path"
    • setPath

      public void setPath(String path)
      Method used to update value of field "path"
      Parameters:
      path - New value of field "path"
    • getFullPath

      public String getFullPath()
      Method used to get the value of field "fullPath"
      Returns:
      Value of field "fullPath"
    • setFullPath

      public void setFullPath(String fullPath)
      Method used to update value of field "fullPath"
      Parameters:
      fullPath - New value of field "fullPath"
    • getDescription

      public String getDescription()
      Method used to get the value of field "description"
      Returns:
      Value of field "description"
    • setDescription

      public void setDescription(String description)
      Method used to update value of field "description"
      Parameters:
      description - New value of field "description"
    • getVisibility

      public String getVisibility()
      Method used to get the value of field "visibility"
      Returns:
      Value of field "visibility"
    • setVisibility

      public void setVisibility(String visibility)
      Method used to update value of field "visibility"
      Parameters:
      visibility - New value of field "visibility"
    • getWebUrl

      public String getWebUrl()
      Method used to get the value of field "webUrl"
      Returns:
      Value of field "webUrl"
    • setWebUrl

      public void setWebUrl(String webUrl)
      Method used to update value of field "webUrl"
      Parameters:
      webUrl - New value of field "webUrl"
    • getAvatarUrl

      public String getAvatarUrl()
      Method used to get the value of field "avatarUrl"
      Returns:
      Value of field "avatarUrl"
    • setAvatarUrl

      public void setAvatarUrl(String avatarUrl)
      Method used to update value of field "avatarUrl"
      Parameters:
      avatarUrl - New value of field "avatarUrl"
    • getDefaultBranchProtection

      public Integer getDefaultBranchProtection()
      Method used to get the value of field "defaultBranchProtection"
      Returns:
      Value of field "defaultBranchProtection"
    • setDefaultBranchProtection

      public void setDefaultBranchProtection(Integer defaultBranchProtection)
      Method used to update value of field "defaultBranchProtection"
      Parameters:
      defaultBranchProtection - New value of field "defaultBranchProtection"
    • getRequestAccessEnabled

      public Boolean getRequestAccessEnabled()
      Method used to get the value of field "requestAccessEnabled"
      Returns:
      Value of field "requestAccessEnabled"
    • setRequestAccessEnabled

      public void setRequestAccessEnabled(Boolean requestAccessEnabled)
      Method used to update value of field "requestAccessEnabled"
      Parameters:
      requestAccessEnabled - New value of field "requestAccessEnabled"
    • getMarkedForDeletionOn

      public String getMarkedForDeletionOn()
      Method used to get the value of field "markedForDeletionOn"
      Returns:
      Value of field "markedForDeletionOn"
    • setMarkedForDeletionOn

      public void setMarkedForDeletionOn(String markedForDeletionOn)
      Method used to update value of field "markedForDeletionOn"
      Parameters:
      markedForDeletionOn - New value of field "markedForDeletionOn"
    • equals

      public boolean equals(Object parameter)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object