Package de.dlr.proseo.usermgr.rest.model
Klasse RestQuota
java.lang.Object
de.dlr.proseo.usermgr.rest.model.RestQuota
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull Long
Returns the assigned.@NotNull Date
Returns the lastAccessDate.@NotNull Long
getUsed()
Returns the used.int
hashCode()
void
setAssigned
(Long assigned) Set the assigned.void
setLastAccessDate
(Date lastAccessDate) Set the lastAccessDate.void
Set the used.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
assigned
Monthly data volume allowance in Bytes -
used
Data volume in Bytes used in the last recorded calendar month -
lastAccessDate
Date of last recorded access (defines the calendar month for "used")
-
-
Konstruktordetails
-
RestQuota
public RestQuota()Creates a new RestQuota. -
RestQuota
Creates a new RestQuota.
-
-
Methodendetails
-
getAssigned
Returns the assigned.- Gibt zurück:
- assigned
-
setAssigned
Set the assigned.- Parameter:
assigned
- the new assigned
-
getUsed
Returns the used.- Gibt zurück:
- used
-
setUsed
Set the used.- Parameter:
used
- the new used
-
getLastAccessDate
Returns the lastAccessDate.- Gibt zurück:
- lastAccessDate
-
setLastAccessDate
Set the lastAccessDate.- Parameter:
lastAccessDate
- the new lastAccessDate
-
hashCode
public int hashCode() -
equals
-
toString
-