com.hyper9.simdk.stubs.jaxws
Class QueryChangedDiskAreas

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.QueryChangedDiskAreas

public class QueryChangedDiskAreas
extends Object


Constructor Summary
QueryChangedDiskAreas()
           
 
Method Summary
 String getChangeId()
           
 Integer getDeviceKey()
           
 ManagedObjectReference getSnapshot()
           
 Long getStartOffset()
           
 ManagedObjectReference getThis()
           
 void setChangeId(String changeId)
           
 void setDeviceKey(Integer deviceKey)
           
 void setSnapshot(ManagedObjectReference snapshot)
           
 void setStartOffset(Long startOffset)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryChangedDiskAreas

public QueryChangedDiskAreas()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getSnapshot

public ManagedObjectReference getSnapshot()
Returns:
returns ManagedObjectReference

setSnapshot

public void setSnapshot(ManagedObjectReference snapshot)
Parameters:
snapshot - the value for the snapshot property

getDeviceKey

public Integer getDeviceKey()
Returns:
returns Integer

setDeviceKey

public void setDeviceKey(Integer deviceKey)
Parameters:
deviceKey - the value for the deviceKey property

getStartOffset

public Long getStartOffset()
Returns:
returns Long

setStartOffset

public void setStartOffset(Long startOffset)
Parameters:
startOffset - the value for the startOffset property

getChangeId

public String getChangeId()
Returns:
returns String

setChangeId

public void setChangeId(String changeId)
Parameters:
changeId - the value for the changeId property


Copyright © 2009-2010 Hyper9. All Rights Reserved.