Package org.jclouds.softlayer.domain
Class Password
java.lang.Object
org.jclouds.softlayer.domain.Password
Contains a password for a specific software component instance
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Password.Builder
<?> builder()
boolean
int
getId()
int
hashCode()
toString()
-
Constructor Details
-
Password
@ConstructorProperties({"id","username","password"}) public Password(int id, String username, @Nullable String password)
-
-
Method Details
-
builder
-
toBuilder
-
getId
public int getId()- Returns:
- An id number for this specific username/password pair.
-
getUsername
- Returns:
- The username part of the username/password pair.
-
getPassword
- Returns:
- The password part of the username/password pair.
-
hashCode
public int hashCode() -
equals
-
toString
-