websocket.in
Class Report

java.lang.Object
  extended by websocket.in.Report

public class Report
extends java.lang.Object


Constructor Summary
Report()
           
 
Method Summary
 java.lang.String getFileType()
           
 Parameter[] getParams()
           
 java.util.Map<java.lang.String,java.lang.Object> getParamsMap()
           
 java.lang.Long getReportId()
           
 void setFileType(java.lang.String fileType)
           
 void setParams(Parameter[] params)
           
 void setReportId(java.lang.Long reportId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report()
Method Detail

getReportId

public java.lang.Long getReportId()

setReportId

public void setReportId(java.lang.Long reportId)

getParams

public Parameter[] getParams()

setParams

public void setParams(Parameter[] params)

getFileType

public java.lang.String getFileType()

setFileType

public void setFileType(java.lang.String fileType)

getParamsMap

public java.util.Map<java.lang.String,java.lang.Object> getParamsMap()