com.xensource.xenapi
Class Secret.Record

java.lang.Object
  extended by com.xensource.xenapi.Secret.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
Secret

public static class Secret.Record
extends Object
implements Types.Record

Represents all the fields in a Secret


Field Summary
 String uuid
          Unique identifier/object reference
 String value
          the secret
 
Constructor Summary
Secret.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a secret.Record to a Map
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid
Unique identifier/object reference


value

public String value
the secret

Constructor Detail

Secret.Record

public Secret.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a secret.Record to a Map

Specified by:
toMap in interface Types.Record