Modifier and Type | Field and Description |
---|---|
protected String |
country |
protected String |
description |
protected int |
id |
protected String |
state |
Constructor and Description |
---|
Address.Builder() |
protected int id
protected String country
protected String state
protected String description
protected abstract T self()
public T id(int id)
Address.getId()
public T country(String country)
Address.getCountry()
public T state(String state)
Address.getState()
public T description(String description)
Address.getDescription()
public Address build()
Copyright © 2009-2013 jclouds. All Rights Reserved.