public class PasswordData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PasswordData.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
instanceId |
protected String |
passwordData |
protected Date |
timestamp |
Modifier | Constructor and Description |
---|---|
protected |
PasswordData(String instanceId,
Date timestamp,
String passwordData) |
Modifier and Type | Method and Description |
---|---|
static PasswordData.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance.
|
String |
getPasswordData()
The password of the instance.
|
Date |
getTimestamp()
The time the data was last updated.
|
int |
hashCode() |
PasswordData.Builder |
toBuilder() |
String |
toString() |
protected final String instanceId
protected final Date timestamp
protected final String passwordData
public static PasswordData.Builder builder()
public PasswordData.Builder toBuilder()
public String getInstanceId()
public Date getTimestamp()
public String getPasswordData()
Copyright © 2009-2013 jclouds. All Rights Reserved.