public class CurrentUsage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CurrentUsage.Builder |
Constructor and Description |
---|
CurrentUsage(AccountBalance balance,
AccountUsage usage) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AccountBalance |
getBalance() |
AccountUsage |
getUsage() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"balance","usage"}) public CurrentUsage(AccountBalance balance, AccountUsage usage)
public AccountBalance getBalance()
public AccountUsage getUsage()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.