public class QuotaRoot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
limit
Limit in KB
|
java.lang.String |
root
eg.
|
Constructor and Description |
---|
QuotaRoot() |
QuotaRoot(java.lang.String root,
int limit) |
Modifier and Type | Method and Description |
---|---|
static QuotaRoot |
of(io.vertx.core.json.JsonObject js) |
java.lang.String |
toParenObjectString() |
public java.lang.String root
public int limit
public QuotaRoot()
public QuotaRoot(java.lang.String root, int limit)
public static QuotaRoot of(io.vertx.core.json.JsonObject js)
public java.lang.String toParenObjectString()
Copyright © 2021. All Rights Reserved.