Class Response
- java.lang.Object
-
- de.extio.spacecraft.shared.model.metaserver.Response
-
public class Response extends Object
Metaserver response holder
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
Object
getObj()
String
getStr()
void
setContentType(String contentType)
void
setObj(Object obj)
void
setStr(String str)
String
toString()
-