Package com.vmware.vim25
Class ReplicationVmProgressInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ReplicationVmProgressInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlonglongintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongintvoidsetBytesToTransfer(long bytesToTransfer) voidsetBytesTransferred(long bytesTransferred) voidsetChecksumComparedBytes(Long checksumComparedBytes) voidsetChecksumTotalBytes(Long checksumTotalBytes) voidsetProgress(int progress) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
progress
public int progress -
bytesTransferred
public long bytesTransferred -
bytesToTransfer
public long bytesToTransfer -
checksumTotalBytes
-
checksumComparedBytes
-
-
Constructor Details
-
ReplicationVmProgressInfo
public ReplicationVmProgressInfo()
-
-
Method Details
-
getProgress
public int getProgress() -
getBytesTransferred
public long getBytesTransferred() -
getBytesToTransfer
public long getBytesToTransfer() -
getChecksumTotalBytes
-
getChecksumComparedBytes
-
setProgress
public void setProgress(int progress) -
setBytesTransferred
public void setBytesTransferred(long bytesTransferred) -
setBytesToTransfer
public void setBytesToTransfer(long bytesToTransfer) -
setChecksumTotalBytes
-
setChecksumComparedBytes
-