Package edu.wisc.game.rest
Class FileWriteReport
- java.lang.Object
-
- edu.wisc.game.rest.ResponseBase
-
- edu.wisc.game.rest.FileWriteReport
-
- Direct Known Subclasses:
ChatWriteReport,GuessWriteReport
public class FileWriteReport extends ResponseBase
This data structure is converted to JSON and send to the client in response to the /writeFile web API call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetByteCnt()StringgetPath()voidsetByteCnt(long _byteCnt)voidsetPath(String _path)
-