public class StreamProgress extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamProgress.OperationState |
| Constructor and Description |
|---|
StreamProgress() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElaboratedLenght() |
String |
getFailureDetails() |
String |
getFailureReason() |
StreamProgress.OperationState |
getState() |
long |
getTotalLenght() |
void |
setElaboratedLenght(long elaboratedLenght) |
void |
setFailureDetails(String failureDetails) |
void |
setFailureReason(String failureReason) |
void |
setState(StreamProgress.OperationState state) |
void |
setTotalLenght(long totalLenght) |
String |
toString() |
public long getTotalLenght()
public void setTotalLenght(long totalLenght)
totalLenght - the totalLenght to setpublic long getElaboratedLenght()
public void setElaboratedLenght(long elaboratedLenght)
elaboratedLenght - the elaboratedLenght to setpublic StreamProgress.OperationState getState()
public void setState(StreamProgress.OperationState state)
state - the state to setpublic String getFailureReason()
public void setFailureReason(String failureReason)
failureReason - the failureReason to setpublic String getFailureDetails()
public void setFailureDetails(String failureDetails)
failureDetails - the failureDetails to setCopyright © 2014. All Rights Reserved.