public class DataSource extends XenAPIObject
| Modifier and Type | Class and Description |
|---|---|
static class |
DataSource.Record
Represents all the fields in a DataSource
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
ref
The XenAPI reference to this object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
If obj is a DataSource, compares XenAPI references for equality.
|
int |
hashCode() |
java.lang.String |
toWireString() |
public java.lang.String toWireString()
toWireString in class XenAPIObjectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object