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() |
ResponseItem.ErrorDetail |
getErrorDetail() |
String |
getId() |
String |
getProgress() |
ResponseItem.ProgressDetail |
getProgressDetail() |
String |
getStatus() |
String |
toString() |
public String getStatus()
public String getProgress()
public ResponseItem.ProgressDetail getProgressDetail()
public String getId()
public String getError()
public ResponseItem.ErrorDetail getErrorDetail()
Copyright © 2015. All Rights Reserved.