Metrics

public final class Metrics

Constructors

Metrics
Link copied to clipboard
Metrics Metrics(Integer discussions, Integer followers, Integer issues, Integer reuses, Integer views)

Functions

getDiscussions
Link copied to clipboard
final Integer getDiscussions()
getFollowers
Link copied to clipboard
final Integer getFollowers()
getIssues
Link copied to clipboard
final Integer getIssues()
getReuses
Link copied to clipboard
final Integer getReuses()
getViews
Link copied to clipboard
final Integer getViews()
setDiscussions
Link copied to clipboard
final Unit setDiscussions(Integer discussions)
setFollowers
Link copied to clipboard
final Unit setFollowers(Integer followers)
setIssues
Link copied to clipboard
final Unit setIssues(Integer issues)
setReuses
Link copied to clipboard
final Unit setReuses(Integer reuses)
setViews
Link copied to clipboard
final Unit setViews(Integer views)

Properties

discussions
Link copied to clipboard
private Integer discussions
followers
Link copied to clipboard
private Integer followers
issues
Link copied to clipboard
private Integer issues
reuses
Link copied to clipboard
private Integer reuses
views
Link copied to clipboard
private Integer views