logdog.ErrorReport.DAO.Summary
Class CountryReportInfo
java.lang.Object
logdog.ErrorReport.DAO.Summary.CountryReportInfo
public class CountryReportInfo
- extends java.lang.Object
국가별 에러 정보를 가지고 있는 DataStore 클래스이다. 미구현
- Since:
- 2012. 11. 19.오전 7:43:46
TODO
- Author:
- Karuana
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionRateKey
private com.google.appengine.api.datastore.Key VersionRateKey
- 구분 키
CountryCode
java.lang.String CountryCode
- 국가 코드
TotalOccurrences
private int TotalOccurrences
- 발견 횟수
CountryReportInfo
public CountryReportInfo(java.lang.String countryCode)
getVersionRateKey
public com.google.appengine.api.datastore.Key getVersionRateKey()
getCountryCode
public java.lang.String getCountryCode()
getTotalOccurrences
public int getTotalOccurrences()
UpdatedError
public void UpdatedError()