|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object logdog.ErrorReport.DAO.ErrorReportInfo
public class ErrorReportInfo
유저의 에러 리포트 데이터를 저장하기 위한 클래스
Field Summary | |
---|---|
private java.lang.String |
AppVersion
앱 버젼 |
private java.lang.String |
CountryName
국가 코드 |
private java.lang.String |
DeviceName
디바이스 코드 |
private com.google.appengine.api.datastore.Key |
E_ClassificationCode
에러 타입 키 |
private com.google.appengine.api.datastore.Key |
E_ReportCode
기본 키 |
private boolean |
GPSState
GPS 정보 |
private com.google.appengine.api.blobstore.BlobKey |
LogBolbKey
로그 파일 키 |
(package private) int |
Month
달 |
private java.lang.String |
OSVersion
OS 버젼 |
private boolean |
ProviderNetworkState
3g 켜짐 여부 |
private int |
ScreanHeight
스크린 크기 |
private int |
ScreanWidth
스크린 크기 |
private int |
TimeCode
접수된 달과 일 |
(package private) int |
Week
주 |
private boolean |
WifiState
와이파이 켜짐 여부 |
private int |
YearCode
접수된 년도 |
Constructor Summary | |
---|---|
ErrorReportInfo()
|
|
ErrorReportInfo(ClientReportData report)
|
|
ErrorReportInfo(ClientReportData report,
boolean TestCase)
TestCase용 생성자 |
Method Summary | |
---|---|
com.google.appengine.api.datastore.Key |
getE_ClassificationCode()
|
com.google.appengine.api.datastore.Key |
getE_ReportCode()
|
com.google.appengine.api.blobstore.BlobKey |
getLogBolbKey()
|
UserSummaryInfo |
getSummary()
|
UserReportData |
getUserData()
|
void |
setE_ClassificationCode(com.google.appengine.api.datastore.Key e_ClassificationCode)
|
void |
setLogBolbKey(com.google.appengine.api.blobstore.BlobKey logBolbKey)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private com.google.appengine.api.datastore.Key E_ReportCode
private com.google.appengine.api.datastore.Key E_ClassificationCode
private com.google.appengine.api.blobstore.BlobKey LogBolbKey
private java.lang.String CountryName
private java.lang.String AppVersion
private java.lang.String OSVersion
private java.lang.String DeviceName
private boolean GPSState
private boolean WifiState
private boolean ProviderNetworkState
private int ScreanWidth
private int ScreanHeight
private int YearCode
private int TimeCode
int Month
int Week
Constructor Detail |
---|
public ErrorReportInfo()
public ErrorReportInfo(ClientReportData report)
report
- public ErrorReportInfo(ClientReportData report, boolean TestCase)
report
- TestCase
- Method Detail |
---|
public final com.google.appengine.api.datastore.Key getE_ReportCode()
public void setE_ClassificationCode(com.google.appengine.api.datastore.Key e_ClassificationCode)
public final com.google.appengine.api.datastore.Key getE_ClassificationCode()
public void setLogBolbKey(com.google.appengine.api.blobstore.BlobKey logBolbKey)
public com.google.appengine.api.blobstore.BlobKey getLogBolbKey()
public UserReportData getUserData()
public UserSummaryInfo getSummary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |