Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected String |
password |
protected String |
username |
Constructor and Description |
---|
Password.Builder() |
protected int id
protected String username
protected String password
protected abstract T self()
public T id(int id)
Password.getId()
public T username(String username)
Password.getUsername()
public T password(String password)
Password.getPassword()
public Password build()
Copyright © 2009-2013 jclouds. All Rights Reserved.