Class 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 Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String _path)
      • getByteCnt

        public long getByteCnt()
      • setByteCnt

        public void setByteCnt​(long _byteCnt)