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 XenAPIObject
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object