Modifier and Type | Field and Description |
---|---|
protected long |
id |
protected String |
name |
Constructor and Description |
---|
Customer.Builder() |
protected long id
protected String name
protected abstract T self()
public T id(long id)
Customer.getId()
public T name(String name)
Customer.getName()
public Customer build()
Copyright © 2009-2013 jclouds. All Rights Reserved.