public class ResponseItem extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ResponseItem.ErrorDetail |
static class |
ResponseItem.ProgressDetail |
Constructor and Description |
---|
ResponseItem() |
Modifier and Type | Method and Description |
---|---|
String |
getError()
Deprecated.
|
ResponseItem.ErrorDetail |
getErrorDetail() |
String |
getFrom() |
String |
getId() |
String |
getProgress()
Deprecated.
|
ResponseItem.ProgressDetail |
getProgressDetail() |
String |
getStatus() |
String |
getStream() |
long |
getTime() |
boolean |
isErrorIndicated()
Returns whether the error field indicates an error
|
String |
toString() |
public String getStream()
public String getStatus()
public ResponseItem.ProgressDetail getProgressDetail()
@Deprecated public String getProgress()
public String getId()
public String getFrom()
public long getTime()
public ResponseItem.ErrorDetail getErrorDetail()
@Deprecated public String getError()
public boolean isErrorIndicated()
Copyright © 2015. All Rights Reserved.