|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ec2.domain.PasswordData
public class PasswordData
The encrypted administrator password for an instance running Windows.
| Nested Class Summary | |
|---|---|
static class |
PasswordData.Builder
|
| Field Summary | |
|---|---|
protected String |
instanceId
|
protected String |
passwordData
|
protected Date |
timestamp
|
| Constructor Summary | |
|---|---|
protected |
PasswordData(String instanceId,
Date timestamp,
String passwordData)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String instanceId
protected final Date timestamp
protected final String passwordData
| Constructor Detail |
|---|
protected PasswordData(String instanceId,
Date timestamp,
String passwordData)
| Method Detail |
|---|
public static PasswordData.Builder builder()
public PasswordData.Builder toBuilder()
public String getInstanceId()
public Date getTimestamp()
public String getPasswordData()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||