Package de.mhus.lib.core.strategy.util
Class SuccessfulSerializedMap
- java.lang.Object
-
- de.mhus.lib.core.strategy.OperationResult
-
- de.mhus.lib.core.strategy.Successful
-
- de.mhus.lib.core.strategy.util.SuccessfulSerializedMap
-
public class SuccessfulSerializedMap extends Successful
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.core.strategy.OperationResult
ACCESS_DENIED, BUSY, EMPTY, INTERNAL_ERROR, NOT_EXECUTABLE, NOT_FOUND, NOT_SUPPORTED, OK, SYNTAX_ERROR, USAGE, WRONG_STATUS
-
-
Constructor Summary
Constructors Constructor Description SuccessfulSerializedMap(Operation operation, String msg)SuccessfulSerializedMap(String path, String msg, long rc)SuccessfulSerializedMap(String path, String msg, long rc, String... keyValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String key)Map<String,Object>getMap()Set<String>keySet()voidput(String key, Object value)voidremove(String key)intsize()-
Methods inherited from class de.mhus.lib.core.strategy.OperationResult
getCaption, getMsg, getMsgCaption, getMsgMessage, getNextOperation, getOperationPath, getResult, getResultAs, getResultAs, getReturnCode, isResult, isSuccessful, setCaption, setMsg, setNextOperation, setOperationPath, setResult, setReturnCode, setSuccessful, toString
-
-