public class PublishingResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PublishingResponse.JsonRpcError |
Constructor and Description |
---|
PublishingResponse() |
Modifier and Type | Method and Description |
---|---|
void |
appendError(String message) |
String |
getApiVersion() |
PublishingResponse.JsonRpcError |
getError() |
String |
getErrorMessage() |
long |
getId() |
String |
getJsonrpc() |
boolean |
hasError() |
public long getId()
public String getJsonrpc()
public String getApiVersion()
public PublishingResponse.JsonRpcError getError()
public boolean hasError()
public String getErrorMessage()
public void appendError(String message)
Copyright © 2004-2014. All Rights Reserved.