public class Password extends Object implements Comparable<Password>
| Modifier and Type | Class and Description |
|---|---|
static class |
Password.Builder |
| Constructor and Description |
|---|
Password(int id,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static Password.Builder |
builder() |
int |
compareTo(Password arg0) |
boolean |
equals(Object obj) |
int |
getId() |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
Password.Builder |
toBuilder() |
String |
toString() |
public static Password.Builder builder()
public int compareTo(Password arg0)
compareTo in interface Comparable<Password>public int getId()
public String getUsername()
public String getPassword()
public Password.Builder toBuilder()
Copyright © 2009-2012 jclouds. All Rights Reserved.