com.xensource.xenapi
Class Secret.Record
java.lang.Object
com.xensource.xenapi.Secret.Record
- All Implemented Interfaces:
- Types.Record
- Enclosing class:
- Secret
public static class Secret.Record
- extends java.lang.Object
- implements Types.Record
Represents all the fields in a Secret
Field Summary |
java.lang.String |
uuid
Unique identifier/object reference |
java.lang.String |
value
the secret |
Method Summary |
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a secret.Record to a Map |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
uuid
public java.lang.String uuid
- Unique identifier/object reference
value
public java.lang.String value
- the secret
Secret.Record
public Secret.Record()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toMap
public java.util.Map<java.lang.String,java.lang.Object> toMap()
- Convert a secret.Record to a Map
- Specified by:
toMap
in interface Types.Record