public class HubResult extends Object
| Constructor and Description |
|---|
HubResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
Object |
getErrorData() |
String |
getId() |
com.google.gson.JsonElement |
getResult() |
Map<String,com.google.gson.JsonElement> |
getState() |
boolean |
isHubException() |
void |
setError(String error) |
void |
setErrorData(Object errorData) |
void |
setId(String id) |
void |
setIsHubException(boolean isHubException) |
void |
setResult(com.google.gson.JsonElement result) |
void |
setState(Map<String,com.google.gson.JsonElement> state) |
public String getId()
public void setId(String id)
public com.google.gson.JsonElement getResult()
public void setResult(com.google.gson.JsonElement result)
public boolean isHubException()
public void setIsHubException(boolean isHubException)
public String getError()
public void setError(String error)
public Object getErrorData()
public void setErrorData(Object errorData)
Copyright © 2019. All rights reserved.