public class GetPasswordDataResult extends Object implements Serializable
Constructor and Description |
---|
GetPasswordDataResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the Windows instance.
|
String |
getPasswordData()
The password of the instance.
|
Date |
getTimestamp()
The time the data was last updated.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the Windows instance.
|
void |
setPasswordData(String passwordData)
The password of the instance.
|
void |
setTimestamp(Date timestamp)
The time the data was last updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setInstanceId(String instanceId)
The ID of the Windows instance.
instanceId
- The ID of the Windows instance.public String getInstanceId()
The ID of the Windows instance.
public void setTimestamp(Date timestamp)
The time the data was last updated.
timestamp
- The time the data was last updated.public Date getTimestamp()
The time the data was last updated.
public void setPasswordData(String passwordData)
The password of the instance.
passwordData
- The password of the instance.public String getPasswordData()
The password of the instance.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.