public static class LimitAndUsage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LimitAndUsage |
build() |
LimitAndUsage.Builder |
copy(LimitAndUsage model) |
LimitAndUsage.Builder |
limit(Integer limit)
The limit of current environment.
|
LimitAndUsage.Builder |
usage(Integer usage)
The usage of current environment.
|
public LimitAndUsage.Builder limit(Integer limit)
The limit of current environment.
limit
- the value to setpublic LimitAndUsage.Builder usage(Integer usage)
The usage of current environment.
usage
- the value to setpublic LimitAndUsage build()
public LimitAndUsage.Builder copy(LimitAndUsage model)
Copyright © 2016–2024. All rights reserved.