com.xensource.xenapi
public abstract class XenAPIObject extends java.lang.Object
Constructor and Description |
---|
XenAPIObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
isNull()
When XAPI returns a null, it actually gets changed into an
object that contains the string "OpaqueRef:NULL".
|
abstract java.lang.String |
toWireString() |
public abstract java.lang.String toWireString()
public boolean isNull()