Package edu.wisc.game.rest
Class FileWriteReport
java.lang.Object
edu.wisc.game.rest.ResponseBase
edu.wisc.game.rest.FileWriteReport
- Direct Known Subclasses:
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
Modifier and Type Method Description long
getByteCnt()
String
getPath()
void
setByteCnt(long _byteCnt)
void
setPath(String _path)
-
Method Details
-
getPath
-
setPath
-
getByteCnt
public long getByteCnt() -
setByteCnt
public void setByteCnt(long _byteCnt)
-