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
This data structure is converted to JSON and send to the client in response to the /writeFile web API call.
- 
Method Summary
 
- 
Method Details
- 
getPath
 - 
setPath
 - 
getByteCnt
public long getByteCnt() - 
setByteCnt
public void setByteCnt(long _byteCnt)  
 -