public class PasswordData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PasswordData.Builder |
Constructor and Description |
---|
PasswordData(String requestId,
String instanceId,
Date timestamp,
String passwordData) |
Modifier and Type | Method and Description |
---|---|
static PasswordData.Builder |
builder() |
boolean |
equals(Object o) |
String |
getInstanceId() |
String |
getPasswordData() |
String |
getRequestId() |
Date |
getTimestamp() |
int |
hashCode() |
String |
toString() |
public static PasswordData.Builder builder()
public String getRequestId()
public String getInstanceId()
public Date getTimestamp()
public String getPasswordData()
Copyright © 2009-2012 jclouds. All Rights Reserved.