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 StringgetContentType()ObjectgetObj()StringgetStr()voidsetContentType(String contentType)voidsetObj(Object obj)voidsetStr(String str)StringtoString()
-