public static class

Quota.Resource

extends Object
java.lang.Object
   ↳ com.google.code.javax.mail.Quota.Resource

Class Overview

An individual resource in a quota root.

Summary

Fields
public long limit The usage limit for the resource.
public String name The name of the resource.
public long usage The current usage of the resource.
Public Constructors
Quota.Resource(String name, long usage, long limit)
Construct a Resource object with the given name, usage, and limit.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public long limit

The usage limit for the resource.

public String name

The name of the resource.

public long usage

The current usage of the resource.

Public Constructors

public Quota.Resource (String name, long usage, long limit)

Construct a Resource object with the given name, usage, and limit.

Parameters
name The resource name
usage The current usage of the resource
limit The usage limit for the resource