Class Report
- java.lang.Object
-
- de.extio.spacecraft.shared.model.metaserver.Report
-
public class Report extends Object
Error report
-
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getJvm()
String
getMessage()
String
getModule()
String
getOs()
String
getScope()
String
getThread()
String
getVersion()
int
hashCode()
void
setJvm(String jvm)
void
setMessage(String message)
void
setModule(String module)
void
setOs(String os)
void
setScope(String scope)
void
setThread(String thread)
void
setVersion(String version)
String
toString()
-
-
-
Method Detail
-
getOs
public String getOs()
-
setOs
public void setOs(String os)
-
getJvm
public String getJvm()
-
setJvm
public void setJvm(String jvm)
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getModule
public String getModule()
-
setModule
public void setModule(String module)
-
getThread
public String getThread()
-
setThread
public void setThread(String thread)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
-