public class UserStatistics extends java.lang.Object implements LocalId, java.lang.Cloneable
Constructor and Description |
---|
UserStatistics() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.Long |
getId()
Gets the ID of this
UserStatistics object. |
java.lang.Long |
getNumberOfUsersWhoHaveDownloaded()
Gets the number of users who have downloaded at least one document from the application
|
java.lang.Long |
getNumberOfUsersWhoHaveEntered()
Gets the number of users who have logged into the application
|
java.lang.Long |
getNumberOfUsersWhoHaveUploaded()
Gets the users who have uploaded documents into the application
|
void |
setId(java.lang.Long id_)
Sets the ID of this
UserStatistics object. |
void |
setNumberOfUsersWhoHaveDownloaded(java.lang.Long numberOfUsersWhoHaveDownloaded_)
Sets the users who have downloaded documents from the application
|
void |
setNumberOfUsersWhoHaveEntered(java.lang.Long numberOfUsersWhoHaveEntered_)
Sets the users who have logged into the application
|
void |
setNumberOfUsersWhoHaveUploaded(java.lang.Long numberOfUsersWhoHaveUploaded_)
Sets the users who have uploaded documents into the application
|
public java.lang.Long getNumberOfUsersWhoHaveDownloaded()
public java.lang.Long getNumberOfUsersWhoHaveEntered()
public java.lang.Long getNumberOfUsersWhoHaveUploaded()
public void setNumberOfUsersWhoHaveDownloaded(java.lang.Long numberOfUsersWhoHaveDownloaded_)
numberOfUsersWhoHaveDownloaded_
- the number of userspublic void setNumberOfUsersWhoHaveEntered(java.lang.Long numberOfUsersWhoHaveEntered_)
numberOfUsersWhoHaveEntered_
- the number of userspublic void setNumberOfUsersWhoHaveUploaded(java.lang.Long numberOfUsersWhoHaveUploaded_)
numberOfUsersWhoHaveUploaded_
- the number of userspublic java.lang.Long getId()
UserStatistics
object.getId
in interface LocalId
UserStatistics
object.LocalId.setId(Long)
public void setId(java.lang.Long id_)
UserStatistics
object.setId
in interface LocalId
id_
- the ID of this UserStatistics
objectLocalId.getId()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.