public class ServiceResult extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ServiceResult.Type |
Constructor and Description |
---|
ServiceResult() |
ServiceResult(long code,
String message,
ServiceResult.Type type) |
ServiceResult(long code,
String message,
String type) |
Modifier and Type | Method and Description |
---|---|
long |
getCode() |
String |
getMessage() |
String |
getType() |
void |
setCode(long code) |
void |
setMessage(String message) |
void |
setType(String type) |
public ServiceResult()
public ServiceResult(long code, String message, ServiceResult.Type type)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.