public class QueryChangedDiskAreasRequestType extends Object
Java class for QueryChangedDiskAreasRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryChangedDiskAreasRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="snapshot" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="deviceKey" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="startOffset" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="changeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
changeId |
protected int |
deviceKey |
protected ManagedObjectReference |
snapshot |
protected long |
startOffset |
| Constructor and Description |
|---|
QueryChangedDiskAreasRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeId()
Gets the value of the changeId property.
|
int |
getDeviceKey()
Gets the value of the deviceKey property.
|
ManagedObjectReference |
getSnapshot()
Gets the value of the snapshot property.
|
long |
getStartOffset()
Gets the value of the startOffset property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setChangeId(String value)
Sets the value of the changeId property.
|
void |
setDeviceKey(int value)
Sets the value of the deviceKey property.
|
void |
setSnapshot(ManagedObjectReference value)
Sets the value of the snapshot property.
|
void |
setStartOffset(long value)
Sets the value of the startOffset property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference snapshot
protected int deviceKey
protected long startOffset
protected String changeId
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getSnapshot()
ManagedObjectReferencepublic void setSnapshot(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getDeviceKey()
public void setDeviceKey(int value)
public long getStartOffset()
public void setStartOffset(long value)
public String getChangeId()
StringCopyright © 2018. All rights reserved.