Package org.gitlab4j.api.models
Class CommitStats
- java.lang.Object
-
- org.gitlab4j.api.models.CommitStats
-
- All Implemented Interfaces:
java.io.Serializable
public class CommitStats extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommitStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAdditions()
java.lang.Integer
getDeletions()
java.lang.Integer
getTotal()
void
setAdditions(java.lang.Integer additions)
void
setDeletions(java.lang.Integer deletions)
void
setTotal(java.lang.Integer total)
java.lang.String
toString()
-
-
-
Method Detail
-
getAdditions
public java.lang.Integer getAdditions()
-
setAdditions
public void setAdditions(java.lang.Integer additions)
-
getDeletions
public java.lang.Integer getDeletions()
-
setDeletions
public void setDeletions(java.lang.Integer deletions)
-
getTotal
public java.lang.Integer getTotal()
-
setTotal
public void setTotal(java.lang.Integer total)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-