public class MonitorTransferReportMessage extends Object implements Serializable
| Constructor and Description |
|---|
MonitorTransferReportMessage() |
MonitorTransferReportMessage(long bytesTransferred,
long totalBytes,
int totalTransfers,
int transferCompleted,
String transferID,
String transferStatus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getBytesTransferred()
Gets the bytesTransferred value for this MonitorTransferReportMessage.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getTotalBytes()
Gets the totalBytes value for this MonitorTransferReportMessage.
|
int |
getTotalTransfers()
Gets the totalTransfers value for this MonitorTransferReportMessage.
|
int |
getTransferCompleted()
Gets the transferCompleted value for this MonitorTransferReportMessage.
|
String |
getTransferID()
Gets the transferID value for this MonitorTransferReportMessage.
|
String |
getTransferStatus()
Gets the transferStatus value for this MonitorTransferReportMessage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBytesTransferred(long bytesTransferred)
Sets the bytesTransferred value for this MonitorTransferReportMessage.
|
void |
setTotalBytes(long totalBytes)
Sets the totalBytes value for this MonitorTransferReportMessage.
|
void |
setTotalTransfers(int totalTransfers)
Sets the totalTransfers value for this MonitorTransferReportMessage.
|
void |
setTransferCompleted(int transferCompleted)
Sets the transferCompleted value for this MonitorTransferReportMessage.
|
void |
setTransferID(String transferID)
Sets the transferID value for this MonitorTransferReportMessage.
|
void |
setTransferStatus(String transferStatus)
Sets the transferStatus value for this MonitorTransferReportMessage.
|
public String getTransferID()
public void setTransferID(String transferID)
transferID - public int getTotalTransfers()
public void setTotalTransfers(int totalTransfers)
totalTransfers - public int getTransferCompleted()
public void setTransferCompleted(int transferCompleted)
transferCompleted - public long getTotalBytes()
public void setTotalBytes(long totalBytes)
totalBytes - public long getBytesTransferred()
public void setBytesTransferred(long bytesTransferred)
bytesTransferred - public String getTransferStatus()
public void setTransferStatus(String transferStatus)
transferStatus - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.