public class Detail extends ObjectWithJsonToString
| Constructor and Description | 
|---|
Detail()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCommitted()  | 
long | 
getInit()  | 
long | 
getMax()  | 
long | 
getUsed()  | 
Detail | 
plus(Detail detail)  | 
Detail | 
setCommitted(long committed)  | 
Detail | 
setInit(long init)  | 
Detail | 
setMax(long max)  | 
Detail | 
setUsed(long used)  | 
toStringequals, fieldsExcludedFromEqualsAndHashCode, hashCodepublic long getInit()
public Detail setInit(long init)
public long getUsed()
public Detail setUsed(long used)
public long getCommitted()
public Detail setCommitted(long committed)
public long getMax()
public Detail setMax(long max)
Copyright © 2020. All rights reserved.