- All Implemented Interfaces:
Serializable
This class models the object for a repository contributor. See
Contributors at GitLab.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditions(Integer additions) voidsetCommits(Integer commits) voidsetDeletions(Integer deletions) Methods inherited from class org.miaixz.bus.gitlab.models.AbstractUser
getAvatarUrl, getCreatedAt, getEmail, getId, getLocked, getName, getState, getUsername, getWebUrl, setAvatarUrl, setCreatedAt, setEmail, setId, setLocked, setName, setState, setUsername, setWebUrl, toString, withAvatarUrl, withCreatedAt, withEmail, withId, withName, withState, withUsername, withWebUrl
-
Constructor Details
-
Contributor
public Contributor()
-
-
Method Details
-
getCommits
-
setCommits
-
getAdditions
-
setAdditions
-
getDeletions
-
setDeletions
-