public class AllowedArguments extends Object
AllowedArgumentsForCreateServer| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AllowedArguments.Builder  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AllowedArguments(Cost costPerUnit,
                Set<Integer> units)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AllowedArguments.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
Set<Integer> | 
getAllowedUnits()  | 
Cost | 
getCostPerUnit()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
AllowedArguments.Builder | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"costperunit","units"}) protected AllowedArguments(Cost costPerUnit, Set<Integer> units)
public static AllowedArguments.Builder builder()
public AllowedArguments.Builder toBuilder()
public Cost getCostPerUnit()
public Set<Integer> getAllowedUnits()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.