Class ServiceResult
- java.lang.Object
-
- org.apache.openmeetings.db.dto.basic.ServiceResult
-
- All Implemented Interfaces:
Serializable
public class ServiceResult extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceResult.Type
-
Field Summary
Fields Modifier and Type Field Description static ServiceResult
NO_PERMISSION
static ServiceResult
UNKNOWN
-
Constructor Summary
Constructors Constructor Description ServiceResult()
ServiceResult(String message, String type)
ServiceResult(String message, ServiceResult.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
String
getType()
void
setMessage(String message)
void
setType(String type)
-
-
-
Field Detail
-
UNKNOWN
public static final ServiceResult UNKNOWN
-
NO_PERMISSION
public static final ServiceResult NO_PERMISSION
-
-
Constructor Detail
-
ServiceResult
public ServiceResult()
-
ServiceResult
public ServiceResult(String message, ServiceResult.Type type)
-
-