public abstract class ClientStatistic extends Object implements Serializable
Stores statistical information of the client.
Modifier and Type | Class and Description |
---|---|
static class |
ClientStatistic.Factory
Constructs new instances of
ClientStatistic . |
Constructor and Description |
---|
ClientStatistic() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an ClientStatistic instance and all identifiers
for this entity equal the identifiers of the argument entity. |
Long |
getId() |
long |
getRepositorySize()
Holds the current size of the repository in MB.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Long id) |
void |
setRepositorySize(long repositorySize) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an ClientStatistic instance and all identifiers
for this entity equal the identifiers of the argument entity. Returns false
otherwise.public Long getId()
public long getRepositorySize()
Holds the current size of the repository in MB.
public int hashCode()
public void setId(Long id)
public void setRepositorySize(long repositorySize)
Copyright © 2019 Communote team. All rights reserved.