public class Password extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Password.Builder<T extends Password.Builder<T>> |
Constructor and Description |
---|
Password(int id,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
static Password.Builder<?> |
builder() |
boolean |
equals(Object obj) |
int |
getId() |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Password.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","username","password"}) public Password(int id, String username, @Nullable String password)
public static Password.Builder<?> builder()
public Password.Builder<?> toBuilder()
public int getId()
@Nullable public String getUsername()
@Nullable public String getPassword()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.